On 01/02/2016 18:52, jean-frederic clere wrote: > The proposed Apache Tomcat 6.0.45 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.45/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-1061/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_45/ > > The proposed 6.0.45 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 6.0.45 Stable
I ran the Servlet 2.5 TCK and observed the following issues: - Running Tomcat on latest Java 5 failed due to JRE XML processing bugs. I ran Tomcat with the latest Java 6 - Running with the security manager enabled blocked / broke multiple tests. This is expected. - The signature test failed (I never did get this working for Tomcat 6) - Running without the security manager fixed most of the broken tests - The remaining failure was because we always add some custom init params to the servlet context I ran the JSP 2.1 TCK and observed the following issues: - Need to run with Jasper's dev mode disabled - Need to run with tldValidation disabled Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org