← Back to team overview

openerp-dev-web team mailing list archive

[Bug 712325] Re: [Trunk] Can not print report with IE7 and 8

 

After enabling this option (Automatic prompting for file downloads), I still get the same error:
"403 Forbidden"
"Request Forbidden -- You are not allowed to access this resource."
"Powered by CherryPy 3.1.2"
which basically means that the request is fully understood by cherrypy but that this request is wrong (or the way Internet Explorer sends it...)

-- 
You received this bug notification because you are a member of OpenERP
SA's Web Client R&D, which is a bug assignee.
https://bugs.launchpad.net/bugs/712325

Title:
  [Trunk] Can not print report with IE7 and 8

Status in OpenERP Web Client:
  Confirmed

Bug description:
  Hi,

  When I try to print a report with IE8 or 7, I have this error :

  
  403 Forbidden
  Request Forbidden -- You are not allowed to access this resource.

  Traceback (most recent call last):
    File "e:\OpenERP\Python2.6\lib\site-packages\cherrypy\_cprequest.py", line 603, in respond
      self.hooks.run('before_handler')
    File "e:\OpenERP\Python2.6\lib\site-packages\cherrypy\_cprequest.py", line 98, in run
      hook()
    File "e:\OpenERP\Python2.6\lib\site-packages\cherrypy\_cprequest.py", line 58, in __call__
      return self.callback(**self.kwargs)
    File "E:\OpenERP\trunk\web\openobject\tools\_tools.py", line 38, in csrf_check
      raise cherrypy.HTTPError(403, "Request Forbidden -- You are not allowed to access this resource.")
  HTTPError: (403, 'Request Forbidden -- You are not allowed to access this resource.')

  I suppose it's linked to https://bugs.launchpad.net/openobject-client-
  web/+bug/697007 and https://bugs.launchpad.net/openobject-client-
  web/+bug/706968