Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.2.8
-
None
-
Unknown
-
Description
In XWiki 13.4.5:
In XWiki 17.4.2:
After investigating it seem that the issue is related to this line:
https://github.com/xwiki-contrib/application-page-preview/blob/aee617f9391f753e8176d2f07989b928cdea1967/pages/src/main/resources/XWiki/PagePreviewer.xml#L93
Calling page.getRenderedContent(pageContent, page.syntaxId) when the request is with the parameters outputSyntax=plain result to a plain result. Before it returned a HTML content. This change probably come from a XWiki platform bug fix.