Mercurial > p > roundup > code
diff CHANGES.txt @ 4292:859ab007829f
Handle OPTIONS http request method in wsgi handler, fixes issue2550587.
Thanks to Thomas Arendsen Hein for reporting and to Intevation for
funding the fix.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Tue, 01 Dec 2009 09:09:11 +0000 |
| parents | b1772fdb09d0 |
| children | 9b9ab6109254 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Nov 30 21:55:59 2009 +0000 +++ b/CHANGES.txt Tue Dec 01 09:09:11 2009 +0000 @@ -23,8 +23,11 @@ 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. + messages, fixes issue2550586, thanks to Thomas Arendsen Hein for + reporting and to Intevation for funding the fix. +- Handle OPTIONS http request method in wsgi handler, fixes issue2550587. + Thanks to Thomas Arendsen Hein for reporting and to Intevation for + funding the fix. 2009-10-09 1.4.10 (r4374)
