Roundup Tracker - Issues

Message2743

Author calvin
Recipients
Date 2005-01-04.14:54:05
Message-id
In-reply-to
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).
History
Date User Action Args
2009-02-03 14:23:01adminlinkissue1095790 messages
2009-02-03 14:23:01admincreate