-
Type:
Regression Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: 6.2 EE GA1 (6.2.10)
-
Fix Version/s: 6.2.X EE
-
Component/s: Core Infrastructure
-
Labels:
-
Fix Pack Status:Scheduled
CSS cached files generated by Chrome or Firefox are used by Internet Explorer
The following property has been updated with a new value (BrowserIdCacheFileNameContributor) as part of the changes for 6.2 version:
## ## Cache File Name Contributors ## # # Input a list of comma delimited class names that implement # com.liferay.portal.servlet.filters.util.CacheFileNameContributor. # # These classes contribute to the cache file names for static resources in # AggregateFilter and DynamicCSSFilter. # cache.file.name.contributors=\ \ #com.liferay.portal.servlet.filters.util.ColorSchemeIdCacheFileNameContributor,\ \ com.liferay.portal.servlet.filters.util.BrowserIdCacheFileNameContributor,\ com.liferay.portal.servlet.filters.util.LanguageIdCacheFileNameContributor,\ com.liferay.portal.servlet.filters.util.MinifierTypeCacheFileNameContributor,\ com.liferay.portal.servlet.filters.util.ThemeIdCacheFileNameContributor
These contributor classes are defined in portal-impl.jar#META-INF/util-spring.xml in DE 7.0 version.
- is related to
-
LPS-75058 CSS cached files generated by Chrome or Firefox are used by Internet Explorer
- Closed