urlrewritefilter icon indicating copy to clipboard operation
urlrewritefilter copied to clipboard

Special characters not handled properly

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

What steps will reproduce the problem?
1. Add an outbound rule such as /my?name=(.*)
2. set name with special characters, eg: <a href="<%= 
response.encodeURL("/my?name=22\"inch tv") %>">my link</a>
Here, 22"inch tv
3.<to>$1</to>
4. The generated url is 22 only

What is the expected output? What do you see instead?
It should've been complete url without missing inch tv.

What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 27 Sep 2012 at 7:11

GoogleCodeExporter avatar Jul 05 '15 22:07 GoogleCodeExporter