Re: I think that it is a bug.

2000-11-04 Thread Craig R. McClanahan
Qian Weichun wrote: > The bug lies here: > I forward a request in my servlet. > After I commit the output, I perform the forwarding. > Tomcat doesn't act conforming to the servlet 2.2 specification, > which specifies that it should throw the IllegalStateException. >

I think that it is a bug.

2000-10-27 Thread Qian Weichun
The bug lies here: I forward a request in my servlet. After I commit the output, I perform the forwarding. Tomcat doesn't act conforming to the servlet 2.2 specification, which specifies that it should throw the IllegalStateException. Peek the source: public