← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 797516] Re: wrong Authentication in http_server

 

Hello,

Could you elaborate a little more on this bug report, and describe what you are doing to trigger this issue?
What client software are you using to connect, and what service are you connecting to?
Also, what version of OpenERP (server) are you using?

FYI, we just tested again a webdav connection using Konqueror as a webdav client, with a login containing a space, and it worked perfectly. In fact, OerpAuthProxy uses HTTP Basic Auth, which uses a base64-encoded string for the authentication, in the form "login:password". Since this string is base64 authenticated, it does not have to be encoded like URLs, so it must not contain %20.
We confirmed this with Konqueror, it is sending the username with a real space in it during the authentication process, not with %20 or any encoding.
So it looks like this could be a problem with your client software or the way you are performing basic HTTP authentication.

Thanks in advance for providing more info about this issue!

** Changed in: openobject-server
       Status: New => Incomplete

-- 
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/797516

Title:
  wrong Authentication in http_server

Status in OpenERP Server:
  Incomplete

Bug description:
  The OerpAuthProxy class in server gets user in the http compiled
  form.so users that have space in the login names will get "%20"
  instead ,and auth with not be successful.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/797516/+subscriptions


References