Completed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
SE SupportSE SupportReporter
Gregory AmersonGregory AmersonLabels
Branch Version/s
6.1.x6.0.xBackported to Branch
CommittedGit Pull Request
Affects versions
Priority
Medium
Details
Details
Assignee
SE Support
SE SupportReporter
Gregory Amerson
Gregory AmersonLabels
Branch Version/s
6.1.x
6.0.x
Backported to Branch
Committed
Git Pull Request
Affects versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created May 30, 2012 at 1:01 AM
Updated June 26, 2023 at 6:21 AM
Resolved July 26, 2012 at 9:02 AM
During recent theme development testing, we have seen that some browsers (Google Chrome) will aggressively cache .sass resources even if the current portal-developer.properties is enabled. It was found out that there are some additional servlet filters that would need to be disabled to 100% prevent these aggressive browsers from caching the theme resources.
So this ticket is to consider adding additional filters to be disabled via the portal-developer.properties file, namely:
com.liferay.portal.servlet.filters.cache.CacheFilter=false
com.liferay.portal.servlet.filters.etag.ETagFilter=false
com.liferay.portal.servlet.filters.header.HeaderFilter=false