------------------------------------------------------------
revno: 1276
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Sat 2011-02-05 11:06:32 -0800
message:
  Issue an HTTP 404 status for private archive file not found.
modified:
  Mailman/Cgi/private.py
  NEWS


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Cgi/private.py'
--- Mailman/Cgi/private.py	2010-03-29 20:48:11 +0000
+++ Mailman/Cgi/private.py	2011-02-05 19:06:32 +0000
@@ -185,6 +185,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:16:17 +0000
+++ NEWS	2011-02-05 19:06:32 +0000
@@ -13,6 +13,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

Reply via email to