DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12503>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12503

default servlet overrides welcome file





------- Additional Comments From [EMAIL PROTECTED]  2002-09-11 19:01 -------
Here is the response from the Servlet 2.4 spec lead Yutaka:
The bug might be valid
---------------------------------------------------------------------------

I think you're right.
What's the reason they invalidated?

Ryan, Did you see any discussion in tomcat-dev
about this?

yuta

 > Date: Wed, 11 Sep 2002 10:35:39 -0700
 > From: "Jian (James) Cai" <[EMAIL PROTECTED]>
> > Hello Yutaka:
 > > I have filed a bug for the default servlet overrides welcome file 
 > problem. But some Tomcat developer invalided it. The quesion is when I 
 > have both "default" servlet and welcome file set for a path.
 > For example:
 > > <servlet-mapping>
> <servlet-name>webAdminPoint</servlet-name>
> <url-pattern>/</url-pattern>
> </servlet-mapping> > > The welcome file was set as:
 > > <welcome-file-list> > <welcome-file>index.jsp</welcome-file> > </welcome-
file-list>
> > Then if there is webcontext/index.jsp in my web application. When a 
 > request for "http://server:8080/webcontext/ will give me the default 
 > servlet or the welcome file? My understanding is to give me the welcome 
 > file. If welcome file not there in the directory, it will response the 
 > default servlet (SRV 9.10 for Servlet 2.4). Please correct me if my 
 > understanding is wrong.
 > > Thanks
 > > James Jian Cai
 >

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to