On 18/02/2014 11:06, Romain Manni-Bucau wrote: > 2014-02-18 11:54 GMT+01:00 Mark Thomas <ma...@apache.org>: >> Yet again, please don't top post. >> >> On 18/02/2014 10:21, Romain Manni-Bucau wrote: >>> edit: org.apache.jasper.compiler.JspConfig#processWebDotXml validates >>> the xml immediately and doesn't read the version from WebXml - from >>> ContextConfig with getMajorVersion, getMinorVersion methods >> >> Which Tomcat release are you referring to? > > 7.0.52 > >> >> What has Jasper's processing of web.xml (which is looking at a sub-set >> of configuration that doesn't include async support) got to do with this >> issue? >> > > I got it from JspConfig:
Got what from JspConfig? And how does this relate to an issue with async processing? > basically deactivated tldValidation to make it passing That doesn't surprise me. The Servlet TCK won't pass either unless tldValidation is disabled. The specs don't mandate tldValidation so disabling it for the TCKs should be OK. >>>> it is used in tcks and seems broken now >> >> Which TCK? With which Tomcat version? > > CDI TCKs (didnt check JavaEE ones yet) I don't understand how TLD validation is triggering a problem with async (unless a whole web application is failing to start) and I'd like to. If disabling TLD validation enables the TCK to pass then I don't see an issue with doing that. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org