Message235628
RFC3986 seems to state that a '/' character should be encoded:
"""...
reserved = gen-delims / sub-delims
gen-delims = ":" / "/" / "?" / "#" / "[" / "]" / "@"
sub-delims = "!" / "$" / "&" / "'" / "(" / ")"
/ "*" / "+" / "," / ";" / "="
...
The user information, if present, is followed by a
commercial at-sign ("@") that delimits it from the host.
userinfo = *( unreserved / pct-encoded / sub-delims / ":" )
""" |
|
Date |
User |
Action |
Args |
2015-02-09 20:19:54 | takis | set | recipients:
+ takis, orsenthil, martin.panter, Andy.Reitz |
2015-02-09 20:19:54 | takis | set | messageid: <1423513194.69.0.318969205812.issue23328@psf.upfronthosting.co.za> |
2015-02-09 20:19:54 | takis | link | issue23328 messages |
2015-02-09 20:19:54 | takis | create | |
|