[OGo-Bugs][Bug 1911] cookie decoding goes wrong
bugs@opengroupware.org
bugs@opengroupware.org
Fri, 14 Sep 2007 12:32:13 +0200 (CEST)
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1911
helge.hess@opengroupware.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From helge.hess@opengroupware.org 2007-09-14 12:32 -------
I don't think the patches are correct. A basic authentication string looks like:
Authorization: Basic XYZ
Where XYZ is the base64 encoded pair (login:password).
So [auth substringFromIndex:6] looks exactly right?! (skip basic, skip the space)
Maybe the generation of the cookie is wrong (misses the space).
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.