intruxxer / zaproxy

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

Spider handles incorrectly form actions containing fragments (#) #616

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem? What is the expected output? What do you 
see instead?

In the case of a form such as:

    <form action="#" method="GET">
         <input type="text" name="id">
         <input type="submit" name="Submit" value="Submit">
    </form>

The generated URL while parsing is "#?id=ZAP&Submit=Submit" instead of 
"?id=ZAP&Submit=Submit#".

Original issue reported on code.google.com by cosminst...@gmail.com on 9 Apr 2013 at 10:42

GoogleCodeExporter commented 9 years ago
Most of the changes have been committed in r3036 . 

Original comment by cosminst...@gmail.com on 9 Apr 2013 at 10:46

GoogleCodeExporter commented 9 years ago
Final fix committed in r3037.

Original comment by cosminst...@gmail.com on 10 Apr 2013 at 9:17

GoogleCodeExporter commented 9 years ago

Original comment by psii...@gmail.com on 15 Apr 2013 at 8:45

GoogleCodeExporter commented 9 years ago
Fixed in 2.1.0

Original comment by psii...@gmail.com on 18 Apr 2013 at 9:49