diff options
author | Mark Sapiro <msapiro@value.net> | 2013-04-06 22:54:18 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2013-04-06 22:54:18 -0700 |
commit | 4360889791c452db9ee27b0a47739d6c358e076c (patch) | |
tree | 259a7f4efed2176f511a54f6727baa4b1ce84a7d /NEWS | |
parent | 5c108a6559c6a39beaed2600871b02d0a54edd25 (diff) | |
download | mailman2-4360889791c452db9ee27b0a47739d6c358e076c.tar.gz mailman2-4360889791c452db9ee27b0a47739d6c358e076c.tar.xz mailman2-4360889791c452db9ee27b0a47739d6c358e076c.zip |
Defended against buggy web servers that don't include an empty
QUERY_STRING in the CGI environment. (LP: 1160647)
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,6 +58,9 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Defended against buggy web servers that don't include an empty + QUERY_STRING in the CGI environment. (LP: 1160647) + - The Switchboard.finish() method now logs the text of the exception when it fails to unlink/preserve a .bak file. (LP: 1165589) |