On 07/08/2013 08:43, Mark Thomas wrote:
> On 07/08/2013 08:02, Rainer Jung wrote:
>> On 07.08.2013 00:26, Rainer Jung wrote:
>>> For completeness I checked out r932968 and am now running the TCK under
>>> security manager. I'll report the original failures that the patch
>>> should have fixed later on Wednesday.
>>
>> Indeed I get lots of failures in the servlet TCK (JSP and EL are OK)
>> with r932968.
>>
>> Unfortunately I don't see much root cause information in the logs apart from
>>
>> Caused by: java.lang.NoSuchMethodException:
>> org.apache.catalina.core.ApplicationContext.addServlet()
>>         at java.lang.Class.getMethod(Class.java:1607)
>>         at
>> org.apache.catalina.core.ApplicationContextFacade.invokeMethod(ApplicationContextFacade.java:717)
>>         at
>> org.apache.catalina.core.ApplicationContextFacade.doPrivileged(ApplicationContextFacade.java:694)
>>         ... 39 more
>>
>>
>> which points to the class ApplicationContextFacade changed by me in r932969.
>>
>> I can't debug now the exact cause for the other old servlet TCK failures
>> but I guess the info that we need to rerun the TCK after undoing some of
>> the ApplicationContextFacade changes might be sufficient right now.
> 
> OK. Thanks for running those tests.

I think I have a fix for this. I am going to commit it to trunk and
7.0.x and then run the servlet 3.0 TCK on 7.0.x/trunk just to make sure.

Mark


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

Reply via email to