Last modified by Thomas Mortagne on 2017/03/24

From version 12.1
edited by Sergiu Dumitriu
on 2014/05/06
Change comment: Log Prototype.js upgrade
To version 13.1
edited by Sergiu Dumitriu
on 2014/05/07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -25,6 +25,12 @@
25 25  {{image reference="pielabel.png"/}}
26 26  )))
27 27  * XWiki now support resolving a Maven extension with a parent from a different Maven repository
28 +* More HTTP cache settings, configurable using ##xwiki.httpheaders.cache## in ##xwiki.cfg## or ##headers_nocache## in ##XWiki.XWikiPreferences##:
29 +** ##0##: **no Cache-Control header** sent, use the browser's defaults. RFC 2616 only specifies optional behavior in this case
30 +** ##1## (default): **no-cache**; caches must not serve this response in a subsequent response, but the page is stored for the bf-cache
31 +** ##2##: **no-store, no-cache and max-age=0**; the response will never be reused, not even for bf-cache; note that unsaved changes may be lost
32 +** ##3##: **private**; the response will be cached by personal caches, such as a browser cache
33 +** ##4##: **public**; the response may be cached by both personal and shared caches
28 28  
29 29  See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release.
30 30  

Get Connected