← Back to team overview

openerp-india team mailing list archive

[Bug 1093277] [NEW] OpenERPAuthProvider does not allow passwords with ":" for basic auth

 

You have been subscribed to a public bug:

The OpenERPAuthProvider class does not accept a password if it contains a ":". The problem is that username and password in HTTP basic auth are sent as one string, separated by ":".
If there is now more than one ":" in the string, splitting it fails. This can be fixed by changing the call split(":") to split(":", 1) in checkRequest().

** Affects: openobject-addons
     Importance: Undecided
         Status: Incomplete

-- 
OpenERPAuthProvider does not allow passwords with ":" for basic auth
https://bugs.launchpad.net/bugs/1093277
You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Addons.


References