https://issues.apache.org/bugzilla/show_bug.cgi?id=56199
Bug ID: 56199
Summary: Implement validateXml option in JspC, or remove it
from documentation
Product: Tomcat 8
Version: 8.0.3
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Jasper
Assignee: [email protected]
Reporter: [email protected]
(In followup to r1570163 )
There are two places where "validateXml" option of Jasper is still mentioned in
Tomcat 8:
1) res/deployer/build.xml line 58
2) webapps/docs/jasper-howto.xml line 273
In Tomcat 8 Jasper does not parse web.xml when invoked within a web
application,
but it parses it when it is invoked as JspC.
In the latter case it makes some sense to restore the "validateXml" option.
The place is org/apache/jasper/servlet/JspCServletContext #
buildMergedWebXml()
> WebXmlParser webXmlParser = new WebXmlParser(false, false, blockExternal);
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]