Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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 ... ... @@ -145,6 +145,12 @@ 145 145 146 146 == Action: ##download## == 147 147 152 +The additional URL paths for the ##download## action is ##<space1>/.../<spaceN>/<page>/<attachment>?<query string>##. 153 + 154 +Example: 155 + 156 +* ##http:~/~/<server>/xwiki/bin/download/Space1/Space2/WebHome/image.png##: Views the ##image.png## attachment located in the ##Space1.Space2.WebHome## page. 157 + 148 148 === Parameter: ##force-download## === 149 149 150 150 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##). ... ... @@ -151,6 +151,8 @@ 151 151 152 152 = Type: ##wiki## = 153 153 164 +{{info}}XWiki 7.2: Added support for Nested Spaces{{/info}} 165 + 154 154 The format is ##wiki/<wiki name>/<bin subpath>## where: 155 155 156 156 * ##<wiki name>##: the name of the subwiki, e.g. ##platform##.