Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix title/description of max age in strong caching rule for resources #35

Merged
merged 1 commit into from
Mar 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ New features:

Bug fixes:

- *add item here*
- Fixed title and description of max age in strong caching rule for resources.
They wrongly were the same as for shared max age.
Fixes `issue 1989 <https://github.com/plone/Products.CMFPlone/issues/1989>`_.
[maurits]


1.2.16 (2017-03-23)
Expand Down
4 changes: 2 additions & 2 deletions plone/app/caching/profiles/with-caching-proxy/registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<!-- plone.resource-->
<record name="plone.app.caching.strongCaching.plone.resource.maxage">
<field ref="plone.app.caching.strongCaching.smaxage" />
<field ref="plone.app.caching.strongCaching.maxage" />
<value>86400</value>
</record>
<record name="plone.app.caching.strongCaching.plone.resource.lastModified">
Expand All @@ -102,4 +102,4 @@
</record>


</registry>
</registry>