Changes for page Standard URL Format

Last modified by gcoquard on 2021/06/15

<
From version < 61.1 >
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  
... ... @@ -151,6 +151,8 @@
151 151  
152 152  = Type: ##wiki## =
153 153  
158 +{{info}}XWiki 7.2: Added support for Nested Spaces{{/info}}
159 +
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##.

Get Connected