tlrobinson
|
Registered User
|
|
|
Oct 16 |
asked | Disable logging in Java Xerces (”[Fatal Error] :1:1: Content is not allowed in prolog.”) |
|
Sep 26 |
comment |
What is the worst interviewee answer? Do you ever ask them about the Hollywood Principle? |
|
Sep 8 |
answered | Is JSONP safe to use |
|
Aug 3 |
awarded | ● Yearling |
|
Jun 17 |
comment |
URL’s and plus signs Jonathan: Are you sure 1738 says + is reserved? I see: safe = "$" | "-" | "_" | "." | "+" unreserved = alpha | digit | safe | extra as well as: Thus, only alphanumerics, the special characters "$-_.+!*'(),", and reserved characters used for their reserved purposes may be used unencoded within a URL. |
|
Jun 17 |
comment |
URL’s and plus signs I am not sure that's right. According to RFC2396 (ietf.org/rfc/rfc2396.txt) plusses are not reserved characters in the path (segments) of the URI, only the query component. That seems to imply that they don't need to be URL encoded and thus shouldn't be interpreted as spaces in the path, only in the query. |
