We are planning to have urls like
http://www.nowhere.nu/path/file;key:value,key2:value2.html
This document says the special characters must be escaped, which kind of defeats the purpose of having "nice" urls:
http://www.blooberry.com/indexdot/html/topics/urlencoding.htm
However, testing the major browsers, it seems unnecessary to urlencode ;: and , in this position
Can you provide a popular browser where it doesn't work, or an argument against such a scheme?
Similar question for & (invalid but works) versus & amp; (valid).