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.
Activity
Greg Wilkins
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 6.1.2rc1 [ 13230 ] | |
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Greg Wilkins
made changes -
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Assignee | Greg Wilkins [ gregw ] | |
| Resolution | Fixed [ 1 ] |
Greg Wilkins
made changes -
| Fix Version/s | 6.1.2rc1 [ 13230 ] | |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Fix Version/s | 6.1.2rc2 [ 13310 ] | |
| Resolution | Fixed [ 1 ] |
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 " ".