Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-20 | change url encoding to avoid % character | Katze Miau | |
- Replace the URL encding escape character % with _. This allows passing the encoded value forth and back between our (buggy) server and (buggy) clients without escaping the escape character. - add /sbin/urldecode to reverse the encoding | |||
2011-12-19 | add /sbin/urlencode | Katze Miau | |
No full URL encoding is performed. Only the characters % &?<>"' are encoded. |