posted 16 years ago
Hi,
I have a web.xml file which has filter mapping something like this:
The code of filter class is something like this:
All filter classes has same kind of code - they redirect to a URL.
I am getting an exception here:
This exception comes when we forward or include request after response is written.
I am not able to figure out what's happening here. Please help.
Thanks.