mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
![sspitzer%netscape.com](/assets/img/avatar_default.png)
the problem is the standard url parser no longer allows us to use illegal uris. '_' is an illegal character in a URI (and URL) scheme. so this patch switches from "foo_message://" to "foo-message://" r=bbaetz,sr=bienvenu