https://issues.apache.org/bugzilla/show_bug.cgi?id=57393
Konstantin Kolinko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #2 from Konstantin Kolinko <[email protected]> --- You are wrong. xmlNamespaceAware attribute of StandardHost has no effect at all. xmlValidation attribute of StandardHost has no effect either. (It is read in TldConfig.init(), but the value is assigned to a local variable that is never read and thus has no effect). There is no need to document those attributes. If you want to configure those settings per-Host, it is possible to set them in a host-specific context file (/conf/[enginename]/[hostname]/context.xml.default) https://tomcat.apache.org/tomcat-6.0-doc/config/context.html#Defining_a_context -- 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]
