some more unreserved characters

pull/1/head
sixcooler 13 years ago
parent f522f61af0
commit d6c1ab4e0f

@ -487,7 +487,9 @@ public class MultiProtocolURI implements Serializable, Comparable<MultiProtocolU
|| ch == '.' || ch == '!'
|| ch == '~' || ch == '*'
|| ch == '\'' || ch == '('
|| ch == ')' || ch == ';') {
|| ch == ')' || ch == ';'
|| ch == ',' || ch == '='
|| ch == '+') {
sbuf.append((char)ch);
} else if (ch == '/') { // reserved, but may appear in post part where it should not be replaced
sbuf.append((char)ch);

Loading…
Cancel
Save