dqw / owaspantisamy

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

& is replaced with & for anchor href #184

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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&param2=value2&param3=value3&

What is the expected output? What do you see instead?
Expected output : 
http://server:port/anyAction.do?param1=value1&param2=value2&param3=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