Remy Maucherat wrote:
Jeanfrancois Arcand wrote:
Actually, yes, raise them :-) This is the perfect time for raising
issues to the spec leads if we want a fix for the next spec revision.
This mapping issue was sent by the spec leads, so probably somebody
else complained about that.
I have two
Jeanfrancois Arcand wrote:
Actually, yes, raise them :-) This is the perfect time for raising
issues to the spec leads if we want a fix for the next spec revision.
This mapping issue was sent by the spec leads, so probably somebody
else complained about that.
I have two issues:
a) I don't unde
Remy Maucherat wrote:
Jeanfrancois Arcand wrote:
Remy Maucherat wrote:
[EMAIL PROTECTED] wrote:
jfarcand2004/08/25 12:25:46
Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java
Log:
Add missing case to support the following web.xml:
ServletTest
Se
Jeanfrancois Arcand wrote:
Remy Maucherat wrote:
[EMAIL PROTECTED] wrote:
jfarcand2004/08/25 12:25:46
Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java
Log:
Add missing case to support the following web.xml:
ServletTest
ServletTest
test
Remy Maucherat wrote:
[EMAIL PROTECTED] wrote:
jfarcand2004/08/25 12:25:46
Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java
Log:
Add missing case to support the following web.xml:
ServletTest
ServletTest
test.ServletTest
[EMAIL PROTECTED] wrote:
jfarcand2004/08/25 12:25:46
Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java
Log:
Add missing case to support the following web.xml:
ServletTest
ServletTest
test.ServletTest
ServletTest
- Original Message -
From: "Remy Maucherat" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, March 16, 2004 2:13 PM
Subject: Re: cvs commit:
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper
Mapper.jav
Bill Barker wrote:
Since from section 3.3 of the JSP spec, jsp-property-groups are translation
time mappings, the only "clean" solution I can see would be to implement
something like the TC 3.3 JspInterceptor (obviously, changed to a JspValve
:) that would handle the pre-compilation checks with the
- Original Message -
From: "Remy Maucherat" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, March 16, 2004 12:47 PM
Subject: Re: cvs commit:
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper
Map
Remy Maucherat wrote:
[EMAIL PROTECTED] wrote:
luehe 2004/03/16 11:24:59
Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java
MappingData.java
Log:
Fix for Bugzilla 27664 ("Welcome files not found in combination with
jsp-property-group")
[EMAIL PROTECTED] wrote:
luehe 2004/03/16 11:24:59
Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java
MappingData.java
Log:
Fix for Bugzilla 27664 ("Welcome files not found in combination with
jsp-property-group")
Rather than having th
>Host[] newHosts = new Host[hosts.length + 1];
>Host newHost = new Host();
> + ContextList contextList = new ContextList();
>newHost.name = name;
> + newHost.contextList = contextList;
>newHost.object = host;
>if (insertMap(hosts, newH
Hi Bill,
I had closed the bug because Remy told me it was already
fixed in 5.0. I guess it wasn't. If you do any more work
on it you should indicate the bug which is 14616.
Keith
| -Original Message-
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
| Sent: Thursday, March 13, 2003 1
[EMAIL PROTECTED] wrote:
> billbarker2003/03/12 22:17:53
>
> Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java
> Log:
> Initial support to do a redirect to a directory where the URL doesn't
> end in '/'.
>
> This prevents browsers from becoming confused when t
14 matches
Mail list logo