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.

Regards,

Rainer


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

Reply via email to