Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP3 (5.1.6), 5.2 EE SP1 (5.2.5)
-
WebLogic
Description
ETag caching does not work with WebLogic.
The ETag filter creates a hash of the page and if the hash is the same as the one available in the browser cache, then there's no need to retransmit that same page. For the ETag filter to work, WebLogic requires the content length to be set to 0. (other app servers does not have this restriction).
Attachments
Issue Links
- is related to
-
LPS-4729 ETagFilter is not properly setting the content length when a match is found which breaks in WebLogic
- Closed