kazu2012 / persevere-framework

Automatically exported from code.google.com/p/persevere-framework
0 stars 0 forks source link

Path is being URL-decoded twice #238

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Perform a properly encoded GET request containing a '%' character, such as:

GET /Capability/[?id%2!=0] HTTP/1.1

What is the expected output? What do you see instead?
URLDecoder throws exception trying to decode "%2!".

What version of the product are you using? On what operating system?
Using r583 on linux.

Please provide any additional information below.
Patch attached.

Original issue reported on code.google.com by Micha.Ni...@gmail.com on 29 Aug 2009 at 12:43

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by kris...@gmail.com on 29 Aug 2009 at 4:09