Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
8.4.0
-
None
-
None
Description
I switched my application from on-the-fly compression of resources to minifying resources during the Maven build.
Previously, I had useMinifiedResources disabled. When I enabled the flag, I noticed that Wicket correctly serves the minified resource, but still compresses the original JS.
This makes no sense to me.
The behavior can be reproduced with the attached quickstart. Just open the homepage and check the error logs. The compressor is called for the unminified resource although Wicket serves the minified version.
Attachments
Attachments
Issue Links
- duplicates
-
WICKET-6494 minified resources get compressed
- Open
- is broken by
-
WICKET-5967 Unable to load i18n minified js
- Closed