<
From version < 3.3 >
edited by Vincent Massol
on 2015/04/20
To version < 3.4 >
edited by Vincent Massol
on 2015/04/20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,7 @@
4 4  
5 5  This is how URLs are handled when entering an XWiki instance:
6 6  
7 -{{image reference="url-architecture-overall.png"||width="350px"/}}
7 +{{image reference="url-architecture-overall.png" width="650px"/}}
8 8  
9 9  Specifically:
10 10  * When parsing an incoming URL, the Routing Filter will use a ##default## Resource Type Resolver (##ResourceTypeResolver##) component to extract the Resource Type (##ResourceType##) from the URL (the Resource Type is the type of URL pointed to, e.g. an Entity if the URL is pointing to a Document for example, a WebJar URL, a Skin URL, a REST URL, etc). In turn the ##default## Resource Type Resolver will read the XWiki configuration to see what URL Scheme is configured (through the ##url.format## configuration parameter) and will then locate a ##ResourceTypeResolver## component with a hint corresponding to the URL Scheme. It'll use it to extract the Resource Type.

Get Connected