https://issues.apache.org/bugzilla/show_bug.cgi?id=56000
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from Mark Thomas <[email protected]> --- While XML validation is required by the Servlet specification, it is disabled by default for performance reasons. Neither of these facts is unlikely to change. You can enable validation on a per context basis using the required combination of tldValidation, xmlNamespaceAware and xmlValidation (see http://tomcat.apache.org/tomcat-8.0-doc/config/context.html#Common_Attributes) or you can start Tomcat with the org.apache.catalina.STRICT_SERVLET_COMPLIANCE system property set to true which configures various Tomcat options to follow the strict requirements of the servlet specification rather than then slightly relaxed default settings (which are that way for performance reasons). -- 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]
