On Sep 30, 2005, at 4:56 PM, Philip M. Gollucci wrote:
Vivek Khera wrote:
Well..... *almost* fixed. It fixes the credentials with spaces
in them, but it also strips the + out of credentials that have
them for real. ie, it converts the credential 'joe+bob' to 'joe
bob'.
As +(plus) is special, you can't just have it.. You have to encode
it. I forget offhand what it encodes to.
Yes, but somewhere it is not getting properly decoded, or is being
doubly decoded. Ie, on the CGI form, a user enters 'joe+bob' but by
the time it gets thru AuthCookie, it is 'joe bob' as passed to the
method that uses the form values. in modperl1, it worked :-(
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]