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.
>
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