https://bz.apache.org/ooo/show_bug.cgi?id=127692

Vicente Garcia <[email protected]> changed:

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

--- Comment #2 from Vicente Garcia <[email protected]> ---
I was able to reproduce the failure with:
-- Apache OpenOffice 4.2.0 / Operating system: Ubuntu 16.04.2 LTS
-- Apache OpenOffice 4.1.6 / Operating system: Windows 7 Professional

I would add to the above report that:
-- Following the steps in the report, if a character “ (%22) is in any position
of the link, then the link is truncated until the position before the first
character ‘ “ ‘ or %22 that appears in the link.

-- I checked that If the document with the problematic link it is “Save as” >
File type “Microsoft word 97/2000/XP (.doc)”, and then it is opened with
Microsoft Word 2003 or with Microsoft Office 365, the links are completed.

I was not able to reproduce the failure:
-- If the document save as File type, with other formats like: Microsoft Word
2003 *.xml, DocBook *.xml, OpenOffice 1.0 *.sxw) 

-- After reading, RFC3986 - Uniform Resource Identifier (URI): Generic Syntax 
https://www.ietf.org/rfc/rfc3986.txt I tried with links that included
characters that are reserved and not allowed according to RFC3986. For example
with:      
    gen-delims  = ":" / "/" / "?" / "#" / "[" / "]" / "@"
    sub-delims  = "!" / "$" / "&" / "'" / "(" / ")"  / "*" / "+" / "," / ";" /
"="
    unreserved  = ALPHA / DIGIT / "-" / "." / "_" / "~"
    not allowed  =  <>\^`{|}

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

Reply via email to