Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.4
-
None
-
None
-
Java version: 1.8.0_45, vendor: Oracle Corporation
Java home: /usr/local/jdk-1.8.0/jre
Default locale: de_DE, platform encoding: UTF-8
Description
Please see the attached example project. The 'index.xml' document contains some server side include directives. Executing 'mvn site', the server side includes won't work as the comments have been processed in a way that
<!--#set var="code" value="" -->
becomes
<!-- #set var="code" value="" -->
Note the extra space.
Attachments
Attachments
Issue Links
- requires
-
DOXIA-532 Update handling of comments for Server Side Includes (ie comments starting with #)
- Closed