[issue3704] cookielib doesn't handle URLs with / in parameters

John J Lee report at bugs.python.org
Thu Oct 16 00:48:10 CEST 2008


John J Lee <jjlee at users.sourceforge.net> added the comment:

Do we have an RFC 3986 URI parser in the stdlib now?  It would be better
to use that if so, but I don't see one.  Failing that, an implementation
of the relevant part of that RFC is only about four lines of code, so
that would be better than naively looking for "?" (request_path should
probably be changed at the same time).

I'll try and add a patch that does that and check what Firefox does to
see if I agree it's a bug.

----------
nosy: +jjlee

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3704>
_______________________________________


More information about the Python-bugs-list mailing list