How configure the HTTP Headers in Weblogic Response
问题 Using Weblogic 11g and want to be able to add headers to all files served up by weblogic. There is no seperate web server sitting in front of weblogic. Cannot find a way to configure weblogic to add header to the HTTP response. In IIS you can easily do this by choosing the server and clicking to add headers. Looking for the equivalent way to do this in weblogic. 回答1: I dont think this is configurable. You would have to write a Filter to manipulate the headers as you need. As a hint, you could