url: Allow `;' to separate key/value pairs in URL-encoded strings.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 15 Mar 2006 01:31:26 +0000 (01:31 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 15 Mar 2006 01:31:26 +0000 (01:31 +0000)
The RFC recommends this be allowed, because `&' is special in HTML.
It's also used by various CGI scripts.


No differences found