Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.26.01
-
None
-
None
Description
It compares Cache-Control header value like this:
if ("no-cache".equalsIgnoreCase(String.valueOf(header.getValue())))
This cannot check the following cases, for instance:
Cache-Control: no-cache, max-age=0, must-revalidate, no-store