-
Bug
-
Resolution: Fixed
-
Low
-
2.2, 2.3, 2.4, 2.5, 2.6.0
-
None
Resources served from the /display/ URL path are not sent with headers to prevent caching.
It would seem from the ConfluenceEncodingFilter that resources in this path are meant to be served as non-cacheable resources however the predicate has been written incorrectly:
uri.indexOf("/display/") > 0 instead of uri.indexOf("/display/") >= 0
This will fail when confluence is deployed in the root context path.
- causes
-
CONFSERVER-8749 Make Confluence more configureable in how it handles web crawlers such as the Google Search Appliance
- Gathering Interest
- is related to
-
CONFSERVER-7457 Remove meta cache control elements from Confluence HTML
- Closed