-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: Master
-
Fix Version/s: None
-
Component/s: AMD Module Loader
-
Labels:None
-
Fix Priority:4
-
Git Pull Request:
When the applyVersioning setting of the JavaScript Loader is disabled, no module version information should be leaked.
Steps to reproduce:
- Log into a Liferay Portal instance
- Navigate to Configuration > System Settings > Foundation > JavaScript Loader
- Disable the Apply Versioning checkbox and click Save
- In a browser page, fetch the result from http://localhost:8080/o/js_loader_modules
Expected:
No version information should be found in the response (no @x.x.x bits)
Current Result:
Version information can be found in several places