https://issues.apache.org/ooo/show_bug.cgi?id=121362

orcmid <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from orcmid <[email protected]> ---
The ASCII character "|" is not allowed in URIs.  It is one of the excluded
characters that can only be conveyed via %-encoding.  Notice that IE makes that
adjustment automatically.

See IETF RFC 3986 http://www.ietf.org/rfc/rfc3986.txt

The ten ASCII excluded URI graphic characters (ever only allowed via
%-encoding) are

 SP (space)
 "  %  < > \ ^ { | }

That does not mean there is not a bug.  It is conceivable that IRIs (which
allow more characters) are not being properly transformed to correct URIs
before attempting to open a web link.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to