This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Max Bowsher schrieb:Both RFC1738 and it's successor RFC2396 state that '+' is a legal character unencoded in the path portion of an URL.
Sure, but then in a url a + is translated to a space, not to '+'. If you want plus, you'd need to urlencode it to %2b, otherwise it's interpreted as %20.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |