https://issues.apache.org/bugzilla/show_bug.cgi?id=47378





--- Comment #13 from Rex Wang <rwo...@gmail.com>  2009-08-02 22:40:08 PST ---
Hi, Tim

if I set 
  <welcome-file-list>
    <welcome-file>Hello</welcome-file>      ## not "/Hello" here
  </welcome-file-list>
it seems work correctly.

I tried tracking the code, and if use "Hello", the mappingData.wrapper != null
But, if use "/Hello", the mappingData.wrapper = = null. Then will run into the
new logic, why not don't allow "/Hello", which is actually a servlet mapping
here?

-Rex

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to