Issue Details (XML | Word | Printable)

Key: JETTY-832
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: David Yu
Reporter: David Yu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Jetty

More UrlDecoded handling in relation to JETTY-825

Created: 15/Dec/08 02:53 AM   Updated: 20/Apr/09 01:08 AM
Component/s: None
Affects Version/s: 6.1.14
Fix Version/s: 6.1.15.pre0

Time Tracking:
Not Specified

File Attachments: 1. Text File JETTY-832.patch (4 kB)



 Description  « Hide
Some url-encoded hex characters that aren't mean to be decoded are not handled properly.
Currently, the behavior is that it throws a NumberFormatException when a string like "%GG" is being parsed.
The expected behavior would just to not decode it and simply include it as is. (%GG => %GG)

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.