forward « Filter « JSP-Servlet Q&A





1. Is it possible to forward or redirect from a servlet filter after the response has been comitted?    stackoverflow.com

The logic is that the filter gets hit, the condition is not true, so it goes through the filter chain. After the response is committed, the filter gets hit, and the ...

4. forward and filter    coderanch.com