-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Closed
Copy link
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Brian Clozel opened SPR-11800 and commented
In order to complete the ResourceResolver strategy, a ResourceTransformer one is needed.
The main use case for this strategy is resources that link to other resources from their content - links to other resources need to be updated to apply Resolver strategies.
For example: a CSS file that link to images (to use them as background) or other CSS files needs to have its inner links updated by resolvers to match the configured strategy.
Sub-tasks:
- Improve CssLinkResourceTransformer to only update links to relative resources [SPR-11860] #16479 Improve CssLinkResourceTransformer to only update links to relative resources
Issue Links:
- Support Content-based Hash Fingerprinted URLs in ResourceHttpRequestHandler [SPR-10310] #14944 Support Content-based Hash Fingerprinted URLs in ResourceHttpRequestHandler ("is depended on by")
- Improve CssLinkResourceTransformer to only update links to relative resources [SPR-11860] #16479 Improve CssLinkResourceTransformer to only update links to relative resources
Referenced from: commits 6966e89
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement