Jürgen Weber created JSPWIKI-1302:
-------------------------------------
Summary: Unexpected characters in web.xml
Key: JSPWIKI-1302
URL: https://issues.apache.org/jira/browse/JSPWIKI-1302
Project: JSPWiki
Issue Type: Bug
Components: Authentication & Authorization
Affects Versions: 3.0.0
Reporter: Jürgen Weber
There are characters strewn in as kind of comment in web.xml at line 311. They
should be made a real xml comment.
JBoss EAP 8.1 gives a parse error on this:
javax.xml.stream.XMLStreamException: ParseError at [row,col]:[302,82]
Message: found: CHARACTERS, expected START_ELEMENT or END_ELEMENT"}}}}
https://github.com/apache/jspwiki/blob/12156fb76b474af60c0841c5e3a59411eacfbb5f/jspwiki-war/src/main/webapp/WEB-INF/web.xml#L311
--
This message was sent by Atlassian Jira
(v8.20.10#820010)