Mercurial > p > roundup > code
diff CHANGES.txt @ 6547:3cae70995eff
issue2550991 - Some mechanism to set expiration header or max age for static resources
Work was done in 2.0.0 to add support for cache control headers.
This checkin sets default values for javascript (2 weeks) and
css (2 month) files.
Forgot to commit CHANGES.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 09 Dec 2021 17:38:54 -0500 |
| parents | 5a3a386aa8e7 |
| children | 34cbd0e633d2 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Dec 09 17:36:08 2021 -0500 +++ b/CHANGES.txt Thu Dec 09 17:38:54 2021 -0500 @@ -88,6 +88,8 @@ Rouillard) - REST correct values for some Access-Control-Allow-Methods and Access-Control-Allow-Headers headers. (John Rouillard) +- issue2550991 - define default cache control settings for javascript + and css assets. (John Rouillard) 2021-07-13 2.1.0
