[
https://issues.apache.org/jira/browse/DOXIA-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16407329#comment-16407329
]
Hervé Boutemy commented on DOXIA-570:
-------------------------------------
I was able to reproduce the issue on Maven website, with our profiles images
https://maven.apache.org/team-list.html
What surprises me is that the escape is already done in the HTML website: when
you tell that the issue exists for XHTML module, there may be a workaround
somewhere that will do the escape twice if we add one level of escaping
we need to check the impact of the fix simultaneously on m-pdf-p and on m-site-p
> Unescaped links in xml based figureGraphics elements
> ----------------------------------------------------
>
> Key: DOXIA-570
> URL: https://issues.apache.org/jira/browse/DOXIA-570
> Project: Maven Doxia
> Issue Type: Bug
> Components: Modules
> Affects Versions: 1.8
> Reporter: Sylwester Lachiewicz
> Priority: Minor
>
> While testing newer version of maven-pdf-plugin on a Maven site, I got
> exception
> {noformat}
> org.xml.sax.SAXParseException; systemId:
> file:/projects/maven/trunks/site/target/pdf/apache-maven.fo; lineNumber:
> 43059; columnNumber: 97; The reference to entity "s" must end with the ';'
> delimiter.
> {noformat}
> for transformation from FO to PDF for team-list file: output from the
> reporting plugin has a image link for the Gravatar profile that contains
> "?d=mm&s=60", that is correctly escaped in the HTML site
> https://maven.apache.org/team-list.html but not in the FO source for creating
> the pdf
> Problem exists for all xml-based modules: FO, Docbook, XDoc, XHTML
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)