Re: About to tag Tomcat 7.0.0-RC2

2010-05-18 Thread Mark Thomas
On 17/05/2010 21:43, Konstantin Kolinko wrote: > 1) I had to remove ${catalina.home}/conf/web.xml, because otherwise > http://localhost:8080/;jsessionid=1234 > gives Error 404 I think the mapper fixes fixed this one. At least I can't recreate this on a clean build from trunk. Mark

Re: About to tag Tomcat 7.0.0-RC2

2010-05-18 Thread Mark Thomas
On 17/05/2010 21:43, Konstantin Kolinko wrote: > 2) If I touch webapps/ROOT/WEB-INF/web.xml Tomcat tries to reload the > ROOT application. > It results in a series of SEVERE messages from > org.apache.tomcat.util.http.mapper.Mapper > > 18.05.2010 0:10:25 org.apache.tomcat.util.http.mapper.Mapper

Re: About to tag Tomcat 7.0.0-RC2

2010-05-18 Thread jean-frederic clere
On 05/17/2010 07:25 PM, Mark Thomas wrote: > I've just completed testing of trunk. > > Unit tests - pass > > Servlet 3.0 TCK > - BIO with security manager - pass > - NIO with security manager - pass (expected failures due to bug 49284) > - APR/native with security manager - pass I am still wo

Re: About to tag Tomcat 7.0.0-RC2

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Rainer Jung : > On 17.05.2010 19:56, Konstantin Kolinko wrote: >> >> 2010/5/17 Mark Thomas: >>> >>> I've just completed testing of trunk. >>> >>> Unit tests - pass >>> >> >> They also pass for me, but Gump fails at TestCoyoteAdaptor: >> >> >> http://vmgump.apache.org/gump/public/tomcat-tr

Re: About to tag Tomcat 7.0.0-RC2

2010-05-17 Thread Rainer Jung
On 17.05.2010 19:56, Konstantin Kolinko wrote: 2010/5/17 Mark Thomas: I've just completed testing of trunk. Unit tests - pass They also pass for me, but Gump fails at TestCoyoteAdaptor: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/gump_work/build_tomcat-trunk_tomcat-t

Re: About to tag Tomcat 7.0.0-RC2

2010-05-17 Thread Mark Thomas
On 17/05/2010 18:56, Konstantin Kolinko wrote: > 2010/5/17 Mark Thomas : >> I've just completed testing of trunk. >> >> Unit tests - pass >> > > They also pass for me, but Gump fails at TestCoyoteAdaptor: > > http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/gump_work/build_tomc

Re: About to tag Tomcat 7.0.0-RC2

2010-05-17 Thread Rainer Jung
On 17.05.2010 19:56, Konstantin Kolinko wrote: 2010/5/17 Mark Thomas: I've just completed testing of trunk. Unit tests - pass They also pass for me, but Gump fails at TestCoyoteAdaptor: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/gump_work/build_tomcat-trunk_tomcat-t

Re: About to tag Tomcat 7.0.0-RC2

2010-05-17 Thread Konstantin Kolinko
2010/5/17 Mark Thomas : > I've just completed testing of trunk. > > Unit tests - pass > They also pass for me, but Gump fails at TestCoyoteAdaptor: http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-test/gump_work/build_tomcat-trunk_tomcat-trunk-test.html Do not know what is the deal

About to tag Tomcat 7.0.0-RC2

2010-05-17 Thread Mark Thomas
I've just completed testing of trunk. Unit tests - pass Servlet 3.0 TCK - BIO with security manager - pass - NIO with security manager - pass (expected failures due to bug 49284) - APR/native with security manager - pass JSP 2.2 TCK - APR/native with security manager - pass EL 2.2 TCK - wi