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:

org.apache.jasper.compiler.JspConfig.processWebDotXml(JspConfig.java:230)
org.apache.jasper.compiler.JspConfig.init(JspConfig.java:243)
org.apache.jasper.compiler.JspConfig.findJspProperty(JspConfig.java:302)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:114)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:373)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:353)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:340)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:657)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:357)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
javax.servlet.http.HttpServlet.service(HttpServlet.java:727)



>> Romain Manni-Bucau
>> Twitter: @rmannibucau
>> Blog: http://rmannibucau.wordpress.com/
>> LinkedIn: http://fr.linkedin.com/in/rmannibucau
>> Github: https://github.com/rmannibucau
>>
>>
>>
>> 2014-02-18 11:12 GMT+01:00 Romain Manni-Bucau <rmannibu...@gmail.com>:
>>> Hi
>>>
>>>  <async-supported>false</async-supported> is no more supported by
>>> default int tomcat for filter?
>
> It should be supported. There were some changes to xml parsing to
> improve validation but that shouldn't impact this. I don't recall any
> other changes but it isn't impossible that something has been missed.
>

basically deactivated tldValidation to make it passing

>>> it is used in tcks and seems broken now
>
> Which TCK? With which Tomcat version?

CDI TCKs (didnt check JavaEE ones yet)

>
> Mark
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to