Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.2rc0
-
Fix Version/s: 6.1.2rc2
-
Component/s: None
-
Labels:None
-
Environment:java version "1.5.0_11"
-
Number of attachments :
Description
A space " " in a cookie should be encoded as "%20" not as "". With the current encoding of "" it never gets decoded back to a space.
Seems like Codehaus has encoding issues too, and messed up my description. Let me try again:
A space " " in a cookie should be encoded as "%20" not as "+". With the current encoding of "+" it never get decoded back to " ".