Fabio Mancinelli wrote:
> Artem Melentyev wrote:
>> Hi, Fabio.
>>
>> 1) Why we need /spaces/ and /pages/ ?
>> Can't we use just /{space}/{page}/... ?
>>
> Yes, but this might lead to ambiguities in URI routing.
> 
> Consider /tags/foo
> 
> Is it a a list of pages tagged as foo, or the foo page in the tags space?
> 
> By interleaving variable parts with fixed ones this ambiguity can be
> solved. This is standard practice however.
> 
> Even the plural form. But this can be worked out I guess.

Ok. +1 for /space/{space}/page/{page}/...

_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to