mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-users] [patch #4928] BT: Fix invalid encoding in announce URL


From: orbit
Subject: [Mldonkey-users] [patch #4928] BT: Fix invalid encoding in announce URL
Date: Sat, 25 Feb 2006 00:30:42 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Firefox/1.0.7 (Debian package 1.0.7-1)

Follow-up Comment #7, patch #4928 (project mldonkey):

these passkeys are f***ing crap
i think they violate the URI specifiations
http://www.gbiv.com/protocols/uri/rfc/rfc3986.html#components
multiple '?' are not allowed

normal
http://foo.foo:port/foo?numwant=..&key=...

but with passkey the url should look like
http://foo.foo:port/foo.php?passkey=fookey?numwant=...
!this is against the standard

ATM the url looks like this
http://foo.foo:port/foo.php?passkey=fookey%3Fnumwant%3D..&key=..
this is standard, because but doesn't work with the tracker

I think the problem is in the url.ml
of_string line 232 and put_args

sorry, my ocaml is not so good to fix this
hope you can

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4928>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]