Skip to content

Add AppCacheResourceTransformer for HTML5 offline applications [SPR-11964] #16580

@spring-projects-issues

Description

@spring-projects-issues

Brian Clozel opened SPR-11964 and commented

HTML5 offline applications use cache manifests to list all resources that should be stored in the browser appcache.

This transformer should:

  • modify links to match the public URL paths that should be exposed to clients, using configured ResourceResolver strategies
  • append a comment in the manifest, containing a Hash (e.g. "# Hash: 9de0f09ed7caf84e885f1f0f11c7e326"), thus changing the content of the manifest in order to trigger an appcache reload in the browser.

This a candidate transformer and may not be included in the next version.


No further details from SPR-11964

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions