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/



_______________________________________________
Mldonkey-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-users

Reply via email to