[FIX] problem with werkzeug 0.9.1 that crashes when we generate a report

bzr revid: nicolas.vanhoren@openerp.com-20130715122648-a926d3tov4efbyrk
This commit is contained in:
niv-openerp 2013-07-15 14:26:48 +02:00
parent 7743f13c04
commit d42d50df57
1 changed files with 1 additions and 1 deletions

View File

@ -1719,6 +1719,6 @@ class Reports(http.Controller):
('Content-Disposition', content_disposition(file_name)),
('Content-Type', report_mimetype),
('Content-Length', len(report))],
cookies={'fileToken': int(token)})
cookies={'fileToken': token})
# vim:expandtab:tabstop=4:softtabstop=4:shiftwidth=4: