[
https://issues.apache.org/jira/browse/MYFACES-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17301462#comment-17301462
]
Thomas Andraschko commented on MYFACES-4371:
--------------------------------------------
would be great if you can provide PRs! please also add 2.3-next
> Resources: set cache-control-header instead of expires-header
> -------------------------------------------------------------
>
> Key: MYFACES-4371
> URL: https://issues.apache.org/jira/browse/MYFACES-4371
> Project: MyFaces Core
> Issue Type: Wish
> Reporter: Christoph Straßer
> Priority: Trivial
>
> [https://github.com/apache/myfaces/blob/master/impl/src/main/java/org/apache/myfaces/resource/ResourceImpl.java#L208]
> currently set´s expires-header.
> IMO it´s today state-of-the-art to set {{cache-control: max-age=XXX}} instead
> of {{expires}} for resources which should be cached. And set {{cache-control:
> no-cache}} for resources which should not be cached.
> Details:
> [https://developer.mozilla.org/de/docs/Web/HTTP/Headers/Cache-Control]
> This would also simplify code a bit.
> Also opened a mojarra-issue:
> https://github.com/eclipse-ee4j/mojarra/issues/4800
--
This message was sent by Atlassian Jira
(v8.3.4#803005)