------------------------------------------------------------
revno: 1143
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Sat 2011-02-05 11:12:40 -0800
message:
Issue an HTTP 404 status for private archive file not found.
modified:
Mailman/Cgi/private.py
NEWS
--
lp:mailman/2.2
https://code.launchpad.net/~mailman-coders/mailman/2.2
Your team Mailman Checkins is subscribed to branch lp:mailman/2.2.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription
=== modified file 'Mailman/Cgi/private.py'
--- Mailman/Cgi/private.py 2010-03-29 20:47:23 +0000
+++ Mailman/Cgi/private.py 2011-02-05 19:12:40 +0000
@@ -206,6 +206,7 @@
msg = _('Private archive file not found')
doc.SetTitle(msg)
doc.AddItem(Header(2, msg))
+ print 'Status: 404 Not Found'
print doc.Format()
syslog('error', 'Private archive file not found: %s', true_filename)
else:
=== modified file 'NEWS'
--- NEWS 2011-01-25 01:15:40 +0000
+++ NEWS 2011-02-05 19:12:40 +0000
@@ -83,6 +83,8 @@
Bug Fixes and other patches
+ - Issue an HTTP 404 status for private archive file not found.
+
- @listname entries in *_these_nonmembers are no longer case sensitive.
Bug #705715.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org