[FIX] ir.http.authenticate: avoid discarding sessions when authentication status...
authorOlivier Dony <odo@openerp.com>
Fri, 28 Feb 2014 17:07:12 +0000 (18:07 +0100)
committerOlivier Dony <odo@openerp.com>
Fri, 28 Feb 2014 17:07:12 +0000 (18:07 +0100)
commit55270edc3c948d79d55a9697a55b65401e78234a
tree9b58c32af61e2697d6a7b2ae13531c2ae21bfdf5
parent2d903bcbb80f1b97e3c34c57e8792cc27dc14802
[FIX] ir.http.authenticate: avoid discarding sessions when authentication status is unknown

In some cases the authentication check can fail
for an unknown reason (e.g. connection pool is
temporarily full). This should not be treated
as an authentication failure, as the status is
really unknown. Let those exceptions bubble up
instead.

bzr revid: odo@openerp.com-20140228170712-l8smq6u3cmvjtd5e
openerp/addons/base/ir/ir_http.py