https://issues.apache.org/ooo/show_bug.cgi?id=109954
Joe Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Joe Smith <[email protected]> --- I'm not able to reproduce this testing with AOO 4.1 on Fedora Linux with a new document. With the attached test document, I see the same results as mentioned in comment 3 above. If I open the test document 01OtherSideOfListbuilding.odt and edit the link from the first page: Right-click > Picture > Hyperlink, erase the original URL and type in http://www.openoffice.org then export to pdf, I get a working link. If I go back and paste in the original URL http://affiliate_landmine.s3.amazonaws.com/mp3/the_other_side_of_lisbuilding_with_russell_brunson.html then export to pdf again, I get a broken link. For this link, the pdf contains the code <</Type/Action/S/URI/URI(./http:%2F%2Faffiliate_landmine.s3.amazonaws.com%2Fmp3%2Fthe_other_side_of_lisbuilding_with_russell_brunson.html)>> It seems that OO treats this is a local file link, so it modifies the link and quotes the /s. If I go back again and paste in this link address: http://affiliate-landmine.s3.amazonaws.com/mp3/the-other-side-of-lisbuilding-with-russell-brunson.html (all underscores changed to hyphens), then export to pdf, I get a correct link in the pdf. It seems that the presence of the underscores is causing the problem. Trying again with http://www.openoffice_test.org leads to this code in the pdf: <</Type/Action/S/URI/URI(./http:%2F%2Fwww.openoffice_test.org)>> So, one underscore is enough to cause the damage. -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue. You are watching all issue changes.
