how to set globaly header response to no-cache for jsp and servlets?
Could you please advise if there is any way in weblogic 10.3.6 to set on weblogic level header response to no-cache for all jsp and all servlets? Normally that is done via code response.addHeader("Cache-Control", "No-cache"); Unfortunately it is big vendor application and we can not modify code. Would you know if there is a way to enforce it via weblogic container ?
Thanks
Andrew