Hi, On Nov 20, 2007 1:53 AM, Padraic I. Hannon <[EMAIL PROTECTED]> wrote: > I guess I am a bit confused as to what is wrong with > > /path/to/document.pdf > /path/to/document.html
I'm most concerned about two things, one minor and the other more fundamental. The minor issue is that "." is a valid JCR name character, so using it as a separator is IMHO a bit counterintuitive. Though I must admit that Sling handles this pretty well and the resulting URIs often look quite natural (like something served from a filesystem). The more fundamental issue is that IMHO Sling hardcodes way too much of the URI mapping process. The whole process is quite complicated and filled with string parsing and constructing, repository traversal, etc. I'm left wondering if we really do need all this. I believe we could achieve all the same functionality and a lot more flexibility with a cleaner URI mapping approach. BR, Jukka Zitting
