header « Filter « JSP-Servlet Q&A





1. Servlet Filters and the OSGi HttpService    stackoverflow.com

I'm working on an OSGi-based application that uses org.osgi.service.http.HttpService which does not support the use of Servlet Filters. Before I realised that I wouldn't be able to use Servlet Filters I was ...

2. Need to Set HTTP Headers Conditionally on Servlet Response    stackoverflow.com

I want to set HTTP headers depending on the type of response. My problem is that some reponses commit their headers before I can set mine. Any suggestions about how to ...

3. How do delete a HTTP response header?    stackoverflow.com

I have a situation where one of the response headers Content-Disposition has to be removed. So I thought of writing a servlet filter to do this. But I realized that the ...