[
https://issues.apache.org/jira/browse/JSPWIKI-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18114325#comment-18114325
]
Juan Pablo Santos Rodríguez commented on JSPWIKI-1302:
------------------------------------------------------
Hi [~weberjn],
the stack trace notes {{javax.xml.stream.XMLStreamException: ParseError at
[row,col]:[302,82]}} whereas you point to line 311, but on current master /
master-2.x the file is different. The only thing a see off is that the text on
311 is an invalid text inside a valid comment (lines 259 - 333), so I'm not
sure what would be the correct way to fix that, or even if we'd have to "fix"
it.. thoughts? Maybe I'm missing something obvious :-?
> 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
> Priority: Trivial
>
> 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)