
| Key: |
JETTY-832
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
David Yu
|
| Reporter: |
David Yu
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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)
|
|
Description
|
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)
|
Show » |
| There are no comments yet on this issue.
|
|