Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0 RC1

2010-04-14 Thread Ivan
Hi, Just wonder does Tomcat 7 RC fully support Servlet 3.0 ? The last time I check it, it seems that ServletContainerInitializer has not been implemented yet. Thanks ! 2010/4/15 sebb > On 14/04/2010, Mark Thomas wrote: > > On 14/04/2010 21:06, sebb wrote: > > ... > > > > There is a mino

DO NOT REPLY [Bug 49130] New: NSIS - clarify that service is always installed

2010-04-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49130 Summary: NSIS - clarify that service is always installed Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0 RC1

2010-04-14 Thread sebb
The RELEASE-NOTES file says: = Bundled APIs: = A standard installation of Tomcat 7.0 makes all of the following APIs available for use by web applications (by placing them in "lib"): * servlet-api.jar (Servlet 3.0 API) On 15/04/2010, Ivan wrote: > Hi, >Just wonder

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0 RC1

2010-04-14 Thread Ivan
Usually, I trust the real codes more :-) Just grep the Tomcat trunk codes with 'ServletContainerInitializer', I only found an empty if block in AnnotationProcessor.java file. 2010/4/15 sebb > The RELEASE-NOTES file says: > > > = > Bundled APIs: > = > A standard installat

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0 RC1

2010-04-14 Thread sebb
On 15/04/2010, Ivan wrote: > Usually, I trust the real codes more :-) > Just grep the Tomcat trunk codes with 'ServletContainerInitializer', I only > found an empty if block in AnnotationProcessor.java file. In that case maybe you have found a discrepancy between the release notes and the code

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0 RC1

2010-04-14 Thread Mark Thomas
On 15/04/2010 01:44, Ivan wrote: Hi, Just wonder does Tomcat 7 RC fully support Servlet 3.0 ? The last time I check it, it seems that ServletContainerInitializer has not been implemented yet. Thanks ! Yep. That looks like a (fairly large) oversight. I'll go back through the spec and s

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0 RC1

2010-04-14 Thread Mark Thomas
On 15/04/2010 01:31, sebb wrote: On 14/04/2010, Mark Thomas wrote: On 14/04/2010 21:06, sebb wrote: ... > There is a minor problem with the bin/tomcat-juli.jar - the NOTICE says: > Copyright 19...@year@ I'll take a look. Same problem in extras/tomcat-juli-adapters.jar This is ex

Re: svn commit: r933881 - /tomcat/trunk/java/org/apache/catalina/session/StandardManager.java

2010-04-14 Thread Keiichi Fujino
2010/4/14 Mladen Turk : > On 04/14/2010 10:48 AM, kfuj...@apache.org wrote: >> >> Author: kfujino >> >> Modified: >>     tomcat/trunk/java/org/apache/catalina/session/StandardManager.java >> >> +                        session.expire(); >> +                    } >>                      sessionCount

<    1   2