<
From version < 18.1 >
edited by Thomas Mortagne
on 2008/12/10
To version < 19.1 >
edited by Thomas Mortagne
on 2008/12/10
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -29,13 +29,14 @@
29 29  This is used by the container to call the right servlet.
30 30  
31 31  It can be:
32 -* /bin/: it's the default action is none is specified. It calls the standard XWiki view to edit/view/delete wiki page etc.
33 -* /wiki/wikialias: call the same servlet but will be use to determine the subwiki to acces if <tt>xwiki.virtiual.usepath</tt> is enabled in <tt>xwiki.cfg</tt>. Notes that you can change the "wiki" part with anything else using <tt>xwiki.virtual.usepath.servletpath</tt> and by modifying web.xml to reflect the new Struts action name. If the struts action name is the same that.
32 +* /bin/: this calls the Struts servlet which will calls the right action for the following part of the URL.
33 +* /wiki/wikialias: call the same servlet but will be use to determine the subwiki to access if <tt>xwiki.virtiual.usepath</tt> is enabled in <tt>xwiki.cfg</tt>. Notes that you can change the "wiki" part with anything else using <tt>xwiki.virtual.usepath.servletpath</tt> and by modifying web.xml to reflect the new Struts action name.
34 34   ** XWiki tries to match a wiki descriptor with the provided <tt>wikialias</tt> like it was a domain name
35 - ** then if it can't find any wiki descriptor it search for it with <tt>wikialias</tt> as wiki name
35 + ** then if it can't find any wiki descriptor it search for it with <tt>wikialias</tt> as the wiki name
36 36  * /xmlrpc/: call xmlrpc servlet.
37 37  * /webdav/: call webdav servlet. See [dev:Drafts.WebDAV] for more details.
38 38  
39 +
39 39  1.1 Struts action (OPTIONAL)
40 40  
41 41  See [platform:Main.ShortURLs#HStrutsactionname] more more details on how to remove this part of the url.

Get Connected