Code

Fix traceback on .../msgN/ url, this requests the file content and for
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 30 Nov 2009 21:55:59 +0000 (21:55 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 30 Nov 2009 21:55:59 +0000 (21:55 +0000)
commitc14ad4e2a45211bbbedcf8c67f71adf94572f34a
tree3dbc8e4d99b7191bd323c5c3e846f5b03c1b23e7
parentc9f9f41c3e11a3cc816b85c6bc91e62c07250a12
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.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4395 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/cgi/client.py