phamthaithinh / urlrewritefilter

Automatically exported from code.google.com/p/urlrewritefilter
Other
0 stars 0 forks source link

Special characters not handled properly #123

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 deepak.a...@paxcel.net on 27 Sep 2012 at 7:11