Hi, Am Donnerstag, den 22.11.2007, 13:41 +0200 schrieb Jukka Zitting: > Hi, > > On Nov 22, 2007 11:39 AM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > > If it would just be the ScriptResolver being interested in this > > information, then I might agree. But this is not the case. I already > > proposed extending the ServletResolver to also take selectors, method > > and extension into account [1]. In addition, scripts and servlets might > > as well be interested. So I would keep this resolution at the framework > > level and provide the data as the RequestPathInfo object. > > ACK, no problem. I guess a component that doesn't need the selector > and extension parts can just use slashes as separators in which case > the current resolution process works pretty much as envisioned.
Exactly. As far as the ResourceResolver is concerned, it treats dots and slashes equally. Regards Felix
