Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
7.2.x, 7.1.x
-
Committed
-
4
Description
This issue applies for both CSS and JS resources.
Steps to Reproduce (Using Tomcat)
- Startup Liferay
- Delete cache files in [TOMCAT_HOME]/work/Catalina/localhost/ROOT/aggregate/
- Run the following curl command in terminal:
curl -v "http://localhost:8080/o/dynamic-data-mapping-web/css/main.css?browserId=other&themeId=classic_WAR_classictheme&minifierType=css" -H'If-Modified-Since: Tue, 1 Jan 2222 00:00:00 GMT'
- Observe results from the curl command
Expected Results
Curl result contains a commented timestamp + css content
Actual Results
Curl result contains only a commented timestamp