ashenchowthee / zaproxy

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

Support multiple structural params and ones on top level nodes #1625

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ZAP cant currently cope with structural params on 'top level' nodes, eg:
https://www.example.com/?page=home
it also cant cope with multiple structural params in one url:
https://www.example.com/?page=home&subpage=aaa

For the multiple structural params it will need to normalise the nodes so that 
we dont get:
 + https://www.example.com/
   + page
     + subpage
   + subpage
     + page

Original issue reported on code.google.com by psii...@gmail.com on 6 May 2015 at 9:20

GoogleCodeExporter commented 9 years ago
The problems are fixed in r6124 but I've noticed that the sites tree isnt 
recreated when the structural params are changed - thats another but I'll fix 
as part of this issue, whioch is why I'm not marking it as committed yet.

Original comment by psii...@gmail.com on 8 May 2015 at 2:56

GoogleCodeExporter commented 9 years ago
ZAP has been migrated to github

This issue will be on github issues with the same ID: 
https://github.com/zaproxy/zaproxy/issues

Original comment by psii...@gmail.com on 5 Jun 2015 at 9:18