https://issues.apache.org/bugzilla/show_bug.cgi?id=47241
--- Comment #1 from [email protected] 2009-05-22 00:36:57 PST --- Created an attachment (id=23705) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23705) Patch File Here is a patch that fixes the issue. The idea of the patch is quite simple. The character ';' is not allowed in a cookie (cf. RFC). So if there is a ';' in the string of the cookie then the separator used is ';' and not ':'. But if there is no ';' in the string the default separator ':' is used. This is to unsure backward compatibility. -- 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]
