DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18344>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18344 [RFC 2396]: '[', ']' are not allowed in path segments. Summary: [RFC 2396]: '[', ']' are not allowed in path segments. Product: Xerces2-J Version: 2.3.0 Platform: All URL: http://www.ietf.org/rfc/rfc2396.txt OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] '[' and ']' were added in RFC 2373 to the reserved character set, which makes it permissible for them to appear in the query and fragment strings of a URI. They are not allowed in the path segments, however Xerces currently does not reject them. See productions from URI spec: path_segments = segment *( "/" segment ) segment = *pchar *( ";" param ) param = *pchar pchar = unreserved | escaped | ":" | "@" | "&" | "=" | "+" | "$" | "," References: http://www.ietf.org/rfc/rfc2396.txt http://www.ietf.org/rfc/rfc2373.txt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]