What steps will reproduce the problem?
It there is any & in href it has been replaced with & Hence creating a
problem when accessing the url.
1. input :
http://server:port/anyAction.do?param1=value1¶m2=value2¶m3=value3&
What is the expected output? What do you see instead?
Expected output :
http://server:port/anyAction.do?param1=value1¶m2=value2¶m3=value3&
I got this Instead :
http://server:port/anyAction.do?param1=value1&param2=value2&param3=value
3&
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 harita.p...@gmail.com on 17 Sep 2014 at 6:21
Original issue reported on code.google.com by
harita.p...@gmail.com
on 17 Sep 2014 at 6:21