Closed GoogleCodeExporter closed 8 years ago
It's meant to be parsed this way, are you dealing with any specific problem
here?
Original comment by lcam...@gmail.com
on 25 Oct 2010 at 4:08
!! I thought that (n,v)s in req->par should match exactly what I got in php
$_GET[], but it seams that I was wrong.
Thanks a lot.
Original comment by idc...@gmail.com
on 26 Oct 2010 at 1:49
Nah, it splits them this way because , is one of the common URL value
separators, and it wants to fuzz every bit individually; n=NULL simply means
that this parameter has no name, only a fuzzable value (non-NULL n is output as
"n=v", while NULL is simply stored as "v").
Original comment by lcam...@gmail.com
on 26 Oct 2010 at 3:10
Original issue reported on code.google.com by
idc...@gmail.com
on 25 Oct 2010 at 8:57