odoo/addons/web/controllers
Goffin Simon c435b8438e [FIX] web: With safari, UnicodeDecodeError
The headers returned by content_disposition must be either in Unicode or in ASCII.
The encode function expects a Unicode or ASCII string.
The quote function from urllib2 expects a UTF-8 string and retruns a ASCII string.

opw:634205
Fixes #6160, #6557
2015-05-13 16:56:12 +02:00
..
__init__.py [ADD] first 90% of non-sucky testing API, last 90% left 2012-10-25 17:47:45 +02:00
main.py [FIX] web: With safari, UnicodeDecodeError 2015-05-13 16:56:12 +02:00
testing.py [FIX] Properly escape values in templates 2013-02-13 11:42:29 +01:00