https://issues.apache.org/bugzilla/show_bug.cgi?id=44679





--- Comment #25 from Tristan Tarrant <[EMAIL PROTECTED]>  2008-10-13 05:09:06 
PST ---
(In reply to comment #24)
> To repeat Filip's question, what value does
> 
> new BASE64Encoder().encode(token.getBytes()))
> 
> return?
> 

For example

FYeqC65bZGVSlPe4Q4iCRhXxOXZ4iN8QrOsQXhYV1bUOmipkRgc9H7cZ9DdQ66+UESCSg3feeMM=

BASE64 uses the following characters:

ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/

and "=" as a padding character at the end. 
My question: is the "=" (and the "+" in the middle of the above string) legal
when quoted as a version 1 cookie ?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to