diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-11-20 13:08:31 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-11-20 13:08:31 -0800 |
commit | f0d392172bb2400927948004d2dc66c264ca2aa5 (patch) | |
tree | 0917a720e54690b7ffe84dafaad58577f4d66d09 /NEWS | |
parent | 7267f4fe1452d61f528da083308fbe38d5e1603a (diff) | |
download | mailman2-f0d392172bb2400927948004d2dc66c264ca2aa5.tar.gz mailman2-f0d392172bb2400927948004d2dc66c264ca2aa5.tar.xz mailman2-f0d392172bb2400927948004d2dc66c264ca2aa5.zip |
Fixed a problem in SecurityManager that caused it to not find the
cookie when CheckCookie was not given a user and the user in the cookie
had a %xx encoded character. Bug # 299220.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ Here is a history of user visible changes to Mailman. in the To: or Cc: header differed in case from the case-preserved member address. Bug #297795. + - Fixed a problem in SecurityManager that caused it to not find the + cookie when CheckCookie was not given a user and the user in the cookie + had a %xx encoded character. Bug # 299220. + 2.1.11 (30-Jun-2008) New Features |