DO NOT REPLY [Bug 50107] New: StandardPipeline is destroyed two times.

2010-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50107 Summary: StandardPipeline is destroyed two times. Product: Tomcat 7 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: minor Priority: P

DO NOT REPLY [Bug 50108] New: Add missing setter/getter to AbstractXXXProtocol

2010-10-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50108 Summary: Add missing setter/getter to AbstractXXXProtocol Product: Tomcat 7 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement

svn commit: r1023678 - /tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java

2010-10-18 Thread markt
Author: markt Date: Mon Oct 18 07:53:04 2010 New Revision: 1023678 URL: http://svn.apache.org/viewvc?rev=1023678&view=rev Log: Comment typo Modified: tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java Modified: tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java

svn commit: r1023694 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-10-18 Thread kfujino
Author: kfujino Date: Mon Oct 18 09:05:00 2010 New Revision: 1023694 URL: http://svn.apache.org/viewvc?rev=1023694&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=102

svn commit: r1023707 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-10-18 Thread kfujino
Author: kfujino Date: Mon Oct 18 09:35:28 2010 New Revision: 1023707 URL: http://svn.apache.org/viewvc?rev=1023707&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=102

welcome files, servlet mappings and jsps (was [VOTE] Release Apache Tomcat 7.0.4)

2010-10-18 Thread Sylvain Laurent
Actually Glassfish does not differentiate between implicit and explicit mappings. There's just a test on the servlet-name : When determining the wrapper to use for a welcome file, if the physical file is not found, it checks for servlet mappings. If there's such a match, it also checks that the

Re: [VOTE] Release Apache Tomcat 7.0.4

2010-10-18 Thread Remy Maucherat
On Sun, 2010-10-17 at 22:38 +0100, Mark Thomas wrote: > Yes, this is stupid but it is what the spec requires. I have to disagree, there was agreement in the expert group that wildcard mappings and welcome files cannot be mixed at the moment, unless for specific proprietary hacks, or if a static fi

Re: [VOTE] Release Apache Tomcat 7.0.4

2010-10-18 Thread Mark Thomas
On 18/10/2010 16:34, Remy Maucherat wrote: > On Sun, 2010-10-17 at 22:38 +0100, Mark Thomas wrote: >> Yes, this is stupid but it is what the spec requires. > > I have to disagree, there was agreement in the expert group that > wildcard mappings and welcome files cannot be mixed at the moment, > un

Re: welcome files, servlet mappings and jsps (was [VOTE] Release Apache Tomcat 7.0.4)

2010-10-18 Thread Mark Thomas
On 18/10/2010 16:04, Sylvain Laurent wrote: > Actually Glassfish does not differentiate between implicit and explicit > mappings. There's just a test on the servlet-name : When determining the > wrapper to use for a welcome file, if the physical file is not found, it > checks for servlet mapping