Bug 203927

Summary: Incorrect URL parsing in PDF
Product: [Applications] okular Reporter: Andrey Borzenkov <arvidjaar>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Screen shot of invalid URL

Description Andrey Borzenkov 2009-08-15 12:06:38 UTC
Version:            (using KDE 4.3.0)
OS:                Linux
Installed from:    Mandriva RPMs

In document http://clusterlabs.org/mediawiki/images/f/f2/Crm_fencing.pdf there is a link, which is displayed correctly in text, but attempting to open it adds stray {} in the middle; of course this makes URL invalid.

Link is on page 9, see screen shot.
Comment 1 Andrey Borzenkov 2009-08-15 12:07:31 UTC
Created attachment 36170 [details]
Screen shot of invalid URL
Comment 2 Pino Toscano 2009-08-15 12:17:53 UTC
Looking at the document source, there is:

/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.linux-ha.org/SBD_{}Fencing)>>

So, it is the link annotation itself which specifies this URL, and even acroread uses this URL as it is.
Most probably the fault is in the tex source of the document, or in the PDF producer.