On Tue, Aug 25, 2009 at 7:19 PM, Branden Visser<bran...@uwindsor.ca> wrote: > The rules under "Request Processing" at: > http://sling.apache.org/site/sling-api.html say that the request path is the > longest substring resolving to a resource that is either the complete > request URL, or the next character is either a dot (beginning of selectors > and extension) or a slash (beginning of suffix).
Not exactly sure, but I guess the actual way it works (and technically the only stable way) is that it a) splits the uri at the first dot b) finds the longest matching resource path of the first part of the split c) the second part is separated into selectors (in between dots) d) last dot-separated part is extension e) starting with a slash after the extension will be the suffix Given that, the documentation is probably not exact. But someone (Felix?) should clarify on that. Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com