Mercurial > p > roundup > code
diff CHANGES.txt @ 4291:b1772fdb09d0
Fix traceback on .../msgN/ url...
...this requests the file content and for apache mod_wsgi produced a
traceback because the mime type is None for messages, fixes
issue2550586, thanks to ThomasAH for reporting and to Intevation for
funding the fix.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Mon, 30 Nov 2009 21:55:59 +0000 |
| parents | 7275e3dec0e0 |
| children | 859ab007829f |
line wrap: on
line diff
--- a/CHANGES.txt Mon Nov 30 21:17:14 2009 +0000 +++ b/CHANGES.txt Mon Nov 30 21:55:59 2009 +0000 @@ -21,6 +21,10 @@ sent via email. We now check that user has permission on the message content and files properties. Thanks to Intevation for funding this fix. +- Fix traceback on .../msgN/ url, this requests the file content and for + apache mod_wsgi produced a traceback because the mime type is None for + messages, fixes issue2550586, thanks to ThomasAH for reporting and to + Intevation for funding the fix. 2009-10-09 1.4.10 (r4374)
