https://bz.apache.org/bugzilla/show_bug.cgi?id=62090

--- Comment #3 from Christopher Schultz <ch...@christopherschultz.net> ---
How is it annoying?

Just set "setSchema(schema); setValidating(false);".

It's only going to validate once per context-launch, so this isn't a
performance problem.

Validating XML documents against their respective schemas is a good way to
ensure that everything is sane before Tomcat tries to use the data. It allows
the Tomcat code to rely on a sane document before proceeding.

Otherwise, you get NPEs and other stupid things like that.

-- 
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