This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author icosine
Recipients
Date 2007-08-22.19:57:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
First, there are a lot of RFC's. The latest is RFC3986 (see http://en.wikipedia.org/wiki/Uniform_Resource_Identifier)

A base url of the form: 

http://a/b/c/d;p?q

when resolved with a relative link of the form:

?y 

resolves to:

http://a/b/c/?q

rather than:

http://a/b/c/d;p?q


It may seem that this doesn't matter, but try this in firefox or IE and you'll see that they exhibit the up-to-date correct behavior.

Thanks!
History
Date User Action Args
2007-08-23 14:59:24adminlinkissue1779700 messages
2007-08-23 14:59:24admincreate