"Ignacio J. Ortega" wrote:
> Hola a todos:
>
> the following subprojects:
>
> application
> datetime
> page
> regexp
> request
> response
> session
>
> All of them have a non validatable web.xml files on their examples app,
> i'm about to change all of them ASAP.
>
> A casual discovery thanks to using crimsom as default xml parser, this
> parser validates by default, in future should be careful with this
> issues, because for Servlet 2.3 validation is mandatory..
>
Another quick way to check for bad web.xml files is try them in Tomcat 4.0,
which does validating parses.
>
> As a comment the web.xml dtd mandatory order is a pain.. :)
>
> Saludos ,
> Ignacio J. Ortega
Craig