Changes for page Async Rendering

Last modified by Thomas Mortagne on 2022/12/30 17:36

<
From version < 21.1 >
edited by Thomas Mortagne
on 2020/11/19 15:50
To version < 21.2 >
edited by Thomas Mortagne
on 2020/11/19 17:04
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -35,8 +35,9 @@
35 35  * ##request.url##: the URL received by XWiki
36 36  * ##request.parameters##: the parameters received by XWiki ({{code language="velocity"}}$request.parameterMap{{/code}})
37 37  * ##request.base##: the first part of the URL (##<protocol>~://<host:<port>//##//) received by XWiki. Also imply ##request.contextpath##.//
38 -* ##request.contextpath##: {{info}}since 10.11.1/11.0{{/info}} the part following the base URL (usually ##xwiki## unless the configuration has been changed)
38 +* ##request.contextpath##: {{info}}since 10.11.1/11.0{{/info}} the part following the base URL (usually ##xwiki## unless the configuration has been changed)
39 39  * ##request.wiki##: the wiki corresponding to the URL received by XWiki (could be different from the current wiki when the async execution is triggered).
40 +* ##request.*##: {{info}}since 12.10{{/info}} all the above request related data
40 40  * ##locale##: the current locale
41 41  * ##action##: {{info}}since 12.10{{/info}} the current action
42 42  * ##icon.theme##: the current icon theme

Get Connected