[IMP] ir_http._handle_exception() raises last exception in order to keep original traceback

bzr revid: fme@openerp.com-20140116135426-x7q8l6ph2m1ln8ry
This commit is contained in:
Fabien Meghazi 2014-01-16 14:54:26 +01:00
parent ab5c23079a
commit cee6749395
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class ir_http(osv.AbstractModel):
return auth_method
def _handle_exception(self, exception):
raise exception
raise
def _dispatch(self):
# locate the controller method