https://issues.apache.org/bugzilla/show_bug.cgi?id=57393

Konstantin Kolinko <knst.koli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> ---
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to