HttpServletRequest « Header « JSP-Servlet Q&A





1. HttpServletRequest and getHeader(): How to handle case insensive headers properly?    stackoverflow.com

Since is made aware of the fact that HTTP headers are case-insensive according to the RFC, i wonder how to handle this problem with Servlets. There is a #getHeader(String) method ...

2. How to add a http protocol header value in HttpServletRequest ?    stackoverflow.com

How to add a http protocol header value in HttpServletRequest at a Filter?before call request.getHeader() and get the header value?

3. Setting HttpServletRequest headers    coderanch.com