WebLogic JSP cache Response header issue.
(Doc ID 1228403.1)
Last updated on MAY 30, 2024
Applies to:
Oracle WebLogic Server - Version 10.3 and laterInformation in this document applies to any platform.
Goal
You may run into issues where you may set several http headers in your JSP files for caching purposes. Among these headers you have added response.addHeader("Pragma", "No-cache");
You want to remove this header from all JSP’s because it can cause problems with gZip in IE.
Is it possible to remove the header ("Pragma", "No-cache") in the http response?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |