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
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
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
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
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
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
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
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
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