Skip to content

Add support for no-transform cache control header [SPR-6834] #11500

Closed
@spring-projects-issues

Description

@spring-projects-issues

Kenny MacLeod opened SPR-6834 and commented

The HTTP 1.1 RFC defines an optional "no-transform" value for the Cache-Control response header:

http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.5

Mobile web sites are generally recommended to set this header to prevent transcoders from mangling the markup.

Can we have support for this header value added to WebContentGenerator? It already has support for no-store and no-cache, so it would seem a logical place for it to go.


Affects: 3.0 GA

This issue is a sub-task of #16413

Referenced from: commits 38f32e3

1 votes, 4 watchers

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: taskA general task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions