Re: [BUG] servlet-mapping breaks after misrequest

2000-11-12 Thread Jeff Turner
On Sat, 11 Nov 2000, Craig R. McClanahan wrote: > Hi Jeff, > > Well, your reported behavior is definitely repeatable. But, after analyzing > it, my conclusion is "user error ... don't do that". > [snip "bug" report] > > What do you think? Fine :) I think it might be worth a FAQ entry though

Re: [BUG] servlet-mapping breaks after misrequest

2000-11-11 Thread Craig R. McClanahan
Hi Jeff, Well, your reported behavior is definitely repeatable. But, after analyzing it, my conclusion is "user error ... don't do that". See the intermixed discussion down where you take us through the steps to reproduce, to see if you agree with me. Craig Jeff Turner wrote: > Hi, > > Sorr

[BUG] servlet-mapping breaks after misrequest

2000-11-11 Thread Jeff Turner
Hi, Sorry if someone's reported this before, I just found a bug that affects (at least) Tomcat 3.2b3 up to 3.3dev from CVS. The bug lets the user see the source for files mapped to servlets via the tag in web.xml. The bug usually occurs during development, so it shouldn't be an issue with stabl