Changes for page Standard URL Format

Last modified by gcoquard on 2021/06/15

<
From version < 60.3 >
edited by Vincent Massol
on 2015/06/06
To version < 62.1 >
edited by Vincent Massol
on 2015/07/04
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -23,6 +23,8 @@
23 23  
24 24  = Type: ##bin## =
25 25  
26 +{{info}}XWiki 7.2: Added support for Nested Spaces{{/info}}
27 +
26 26  There are various ##bin## URLs. The generic format of ##bin## URLs is ##bin/<action>/<path>##. The full list of ##<action>## is defined in the Strut Configuration file (located in ##WEB-INF/struts-config##).
27 27  
28 28  Here are some well-known actions:
... ... @@ -40,11 +40,13 @@
40 40  
41 41  == Action: ##view## ==
42 42  
43 -The additional URL paths for the ##view## action is ##<space>/<page>?<query string>##.
45 +The additional URL paths for the ##view## action is ##<space1>/.../<spaceN>/<page>?<query string>## or ##<space1>/.../<spaceN>?<query string>##
44 44  
45 45  Examples:
46 46  
47 47  * ##http:~/~/<server>/xwiki/bin/view/Sandbox/WebHome##: Views the ##Sandbox.WebHome## page.
50 +* ##http:~/~/<server>/xwiki/bin/view/Sandbox##: Views the ##Sandbox.WebHome## page.
51 +* ##http:~/~/<server>/xwiki/bin/view/Space1/Space2##: Views the ##Space1.Space2.WebHome## page (if the Space2 page doesn't exist. If it exists then it views the ##Space1.Space2## page).
48 48  
49 49  Here are some of the supported query string parameters.
50 50  
... ... @@ -143,8 +143,16 @@
143 143  
144 144  {{info}}Since 6.3RC1{{/info}} If ##htmlHeaderAndFooter=true## is passed then display the HTML headers (##<html>##,##<head>##,##<body>##, etc...) and footers (##</body>##, ##</html>##, etc...).
145 145  
150 +== Action: ##download## ==
151 +
152 +=== Parameter: ##force-download## ===
153 +
154 +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##).
155 +
146 146  = Type: ##wiki## =
147 147  
158 +{{info}}XWiki 7.2: Added support for Nested Spaces{{/info}}
159 +
148 148  The format is ##wiki/<wiki name>/<bin subpath>## where:
149 149  
150 150  * ##<wiki name>##: the name of the subwiki, e.g. ##platform##.

Get Connected