Roundup Tracker - Issues

Issue 1095790

classification
catch NotModified on sending file
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : calvin, richard
Priority: normal : patch

Created on 2005-01-04 14:54 by calvin, last changed 2005-01-05 21:59 by richard.

Files
File name Uploaded Description Edit Remove
07_send_file_fix.dpatch calvin, 2005-01-04 14:54
Messages
msg2743 Author: [hidden] (calvin) Date: 2005-01-04 14:54
This bug was originally submitted at
http://bugs.debian.org/286727.

The serve_file() method in roundup/cgi/client.py can
raise the NotModified exception. The attached patch
catches the exception and answers with "302 Not
modified" (analog to the serve_static_file case some
lines below).
msg2744 Author: [hidden] (richard) Date: 2005-01-05 21:59
Logged In: YES 
user_id=6405

Applied, thanks. 
History
Date User Action Args
2005-01-04 14:54:05calvincreate