Re: [W3af-develop] Bug in the URL parameter feature

2009-01-01 Thread Taras P. Ivashchenko
Andres, > > Now everything looks ok. > setParam('http://ya.ru?d=a','aaa') > > 'http://ya.ru;aaa=?d=a' > > Is that valid in RFC? Hmm, it was a bad example :) And it looks like it's not valid by RFC [0] As I understand this RFC path must consist at least 1 symbol: rel_path= [ path ]

Re: [W3af-develop] Bug in the URL parameter feature

2009-01-01 Thread Andres Riancho
Taras, On Thu, Jan 1, 2009 at 6:08 PM, Taras P. Ivashchenko wrote: > > Hi, all! > > Now everything looks ok. setParam('http://ya.ru?d=a','aaa') > 'http://ya.ru;aaa=?d=a' Is that valid in RFC? >> Sebastian Garcia found a bug [0] in the URL parameter feature of >> the urlParser that you

Re: [W3af-develop] Bug in the URL parameter feature

2009-01-01 Thread Taras P. Ivashchenko
Hi, all! Now everything looks ok. >>> setParam('http://ya.ru?d=a','aaa') 'http://ya.ru;aaa=?d=a' > Sebastian Garcia found a bug [0] in the URL parameter feature of > the urlParser that you guys coded &tested. I fixed it here [1] but I'm > not sure if the fix is ok. Could you please verify? >

[W3af-develop] Bug in the URL parameter feature

2008-12-31 Thread Andres Riancho
Guys, Sebastian Garcia found a bug [0] in the URL parameter feature of the urlParser that you guys coded &tested. I fixed it here [1] but I'm not sure if the fix is ok. Could you please verify? [0] https://sourceforge.net/tracker2/?func=detail&atid=853652&aid=2479442&group_id=170274 [1] http