You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Eric Lim (JIRA)" <ji...@apache.org> on 2017/09/27 14:58:00 UTC

[jira] [Updated] (FOP-2743) fo:basic-link external-destinations fails when target URIs contains unbalanced parenthesis

     [ https://issues.apache.org/jira/browse/FOP-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Lim updated FOP-2743:
--------------------------
    Description: 
7 0 obj
<< /URI (simple_%5Breport%5D_(version2.pdf)
/S /URI >>
endobj

It should be,

7 0 obj
<< /URI (simple_%5Breport%5D_&#092;(version2.pdf)
/S /URI >>
endobj

  was:
7 0 obj
<< /URI (simple_%5Breport%5D_(version2.pdf)
/S /URI >>
endobj

It should be,

7 0 obj
<< /URI (simple_%5Breport%5D_ &#092(version2.pdf)
/S /URI >>
endobj


> fo:basic-link external-destinations fails when target URIs contains unbalanced parenthesis
> ------------------------------------------------------------------------------------------
>
>                 Key: FOP-2743
>                 URL: https://issues.apache.org/jira/browse/FOP-2743
>             Project: FOP
>          Issue Type: Bug
>    Affects Versions: 2.2
>            Reporter: Eric Lim
>         Attachments: FOP-2688-unbalanced-paren.fo, simple_[report]_(version2.pdf
>
>
> 7 0 obj
> << /URI (simple_%5Breport%5D_(version2.pdf)
> /S /URI >>
> endobj
> It should be,
> 7 0 obj
> << /URI (simple_%5Breport%5D_&#092;(version2.pdf)
> /S /URI >>
> endobj



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)