https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Component|Servlet
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
Tim Funk changed:
What|Removed |Added
Platform|PC |All
OS/Version|Windows XP
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
tho...@gtsquare.com changed:
What|Removed |Added
CC||tho...@gtsquare.com
--
Con
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #18 from Rex Wang 2009-08-03 09:37:45 PST ---
All right, many thanks, Tim and Mark!
-Rex
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: -
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #17 from Tim Funk 2009-08-03 04:45:22 PST ---
Created an attachment (id=24088)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24088)
War file demonstrating exact mappings
Exact mappings dont need a physical fil
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #16 from Mark Thomas 2009-08-03 04:13:26 PST ---
Given welcome files are defined without the leading / - ie 'index.html' rather
than '/index.html' - I still think to match a servlet mapping of '/Hello' the
welcome file sett
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #15 from Tim Funk 2009-08-03 03:59:03 PST ---
Ahhh ... I see the issue. My patch was to handle the case for file extension
matches. For example: index.jsf (which is what was for the original report).
Comment 5 could be con
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #14 from Mark Thomas 2009-08-03 02:18:58 PST ---
Because welcome files define file names not servlet mappings. It needs to be
Hello to be consistent.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #13 from Rex Wang 2009-08-02 22:40:08 PST ---
Hi, Tim
if I set
Hello ## not "/Hello" here
it seems work correctly.
I tried tracking the code, and if use "Hello", the mappingData.wrapper != null
But, if use
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #12 from Rex Wang 2009-08-02 19:43:07 PST ---
and I did not create a "placeholder".
-Rex
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because:
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #11 from Rex Wang 2009-08-02 19:41:08 PST ---
Hi Tim, I tried again.. but still not work. I am not sure if we are on the same
page, this is my web.xml:
http://www.w3.org/2001/XMLSchema-instance"; ...>
/Hello
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #10 from Tim Funk 2009-07-30 08:01:55 PST ---
Created an attachment (id=24065)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=24065)
Patch against tomcat 6.0
Here is a working patch. (At least in a simple test
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #9 from Rex Wang 2009-07-29 01:56:26 PST ---
hi Tim, I tried adding this, but it does not work...
btw, I added one line: String pathStr = path.toString(); to pass compiling.
-Rex
(In reply to comment #8)
> This might work
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #8 from Tim Funk 2009-07-18 18:26:49 PST ---
This might work as a patch to org.apache.tomcat.util.http.mapper.Mapper - add
it before // Rule 7 -- Default servlet and after // Rule 4 -- Welcome
resources processing
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #7 from david jencks 2009-07-13 14:18:53 PST
---
This issue came up in jetty recently and it became clear in e.g. discussions
that the spec wording interpreted literally implies a non-workable solution.
The wording may be
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
Mark Thomas changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|REMIND
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #5 from Rex Wang 2009-07-13 01:57:23 PST ---
>From my point of view, I don't like the work around to create a dummy file to
help request the servlet. The logic I prefer is:
1. scan welcome list from actual files. If one is
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #4 from Rex Wang 2009-07-13 01:22:32 PST ---
Hi, Dear devs,
Has this bug been resolved? I am instreseting in it, where can I get a snapshot
build to have a try? Was that committed to 7.0 trunk or 6.0 trunk?
-Rex
--
Conf
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
--- Comment #3 from Bobby Lawrence 2009-06-17 06:32:04 PST
---
The "other" jsp/servlet containers that I was referring to is Jetty.
Weblogic already handles this now. But since the Tomcat catalina core is used
in so many other contai
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
Bobby Lawrence changed:
What|Removed |Added
Resolution|INVALID |REMIND
--- Comment #2 from Bo
https://issues.apache.org/bugzilla/show_bug.cgi?id=47378
Tim Funk changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
21 matches
Mail list logo