Changes for page Standard URL Format

Last modified by Anca Luca on 2023/11/10

<
From version < 90.1 >
edited by Thomas Mortagne
on 2018/08/21
To version < 91.1 >
edited by Simon Urli
on 2019/05/03
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.surli
Content
... ... @@ -209,6 +209,22 @@
209 209  
210 210  If set, force the attachment to be downloaded instead of being opened in the browser (it sets the ##Content-Disposition## header to ##attachment## instead of ##inline##).
211 211  
212 +== Action: ##downloadrev## ==
213 +
214 +The additional URL paths for the ##downloadrev## action is ##<space1>/.../<spaceN>/<page>/<attachment>?<query string>##.
215 +
216 +Example:
217 +
218 +* ##http:~/~/<server>/xwiki/bin/downloadrev/Space1/Space2/WebHome/image.png?rev=1.2##: Views the revision ##1.2## of ##image.png## attachment located in the ##Space1.Space2.WebHome## page.
219 +
220 +=== Parameter: ##rev## ===
221 +
222 +The version to get, e.g. ##1.2## in ##http:~/~/<server>/xwiki/bin/downloadrev/Space1/Space2/WebHome/image.png?rev=1.2##
223 +
224 +=== Parameter: ##force-download## ===
225 +
226 +If set, force the attachment to be downloaded instead of being opened in the browser (it sets the ##Content-Disposition## header to ##attachment## instead of ##inline##).
227 +
212 212  == Action: ##create## ==
213 213  
214 214  The additional URL paths for the create action is ##<space1>/.../<spaceN>/<page>?<query string>##.

Get Connected