intruxxer / zaproxy

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

Handle non standard URLs #543

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ZAP currently just handles 'standard' URLs, eg of the form 
www.example.com/path/to/resource?aa=bb&cc=dd

URL parameters that dont follow a '?' or are not separated by '&' are not 
supported.

ZAP also doesnt display nodes of the form www.example.com/path&page=1 in the 
Sites tree very well - completely independent pages are put in the same node.

With the introduction of Contexts we can now define rules for 'non standard' 
urls.

Note there are multiple places where parameters are parsed, eg  SiteMap 
HttpMessage VarientAbstractQuery, RequestPostTableModel - these will all need 
to be refactored and should all use common code.

I do have some POC code for this, but if anyone wants to take this on then 
please say and I'll hand it over.

Original issue reported on code.google.com by psii...@gmail.com on 27 Feb 2013 at 1:49

GoogleCodeExporter commented 9 years ago
Issue 535 has been merged into this issue.

Original comment by psii...@gmail.com on 27 Feb 2013 at 1:49

GoogleCodeExporter commented 9 years ago
Issue 213 has been merged into this issue.

Original comment by psii...@gmail.com on 27 Feb 2013 at 1:50

GoogleCodeExporter commented 9 years ago
Forgot that I'd raised this issue ;)
Implemented as part of Issue 965

Original comment by psii...@gmail.com on 10 Jan 2014 at 11:47