[Expired for OpenERP Web Client because there has been no activity for
60 days.]

** Changed in: openobject-client-web
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/701821

Title:
  Report file missing extension name with multi-bytes report name

Status in OpenERP Web Client:
  Expired

Bug description:
  In version 6rc2 and file web\addons\openerp\controllers\actions.py:

  line:
  cherrypy.response.headers['Content-Disposition'] = 'filename="' + report_name 
+ '.' + report_type + '"'

  Please quotes the variable report_name before put it into the HTTP header:
  report_name = urllib.quote(report_name.encode('utf-8'))

  Thanks!

_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to