vote up 0 vote down star

hi, I want to set the emulateIE7 tag on per site basis. For that i'l need to set the same tag in http header. I am using jboss. So can anyone please tell me how to add custom http header in jboss..

flag
That's too vague. Need more info. – skaffman Aug 6 at 18:36

1 Answer

vote up 0 vote down

Use javax.servlet.http.HttpServletResponse.addHeader(String, String) to add headers to a response.

You can access the HttpServletResponse in a Servlet, JSP or a (Servlet) Filter.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.