suffix can be retrieved via the sling http servlet request objects PathInfo object. On Jun 22, 2012 2:58 PM, "James Stansell" <[email protected]> wrote:
> Hi Jason, > > As best I know the suffix is just additional data. Sorry, I don't remember > the method to retrieve it. One thing you might run into is needing to > repeat the extension after the suffix. > > Example: /some/path/node.sel.ect.ors.html/addit/ional/data.html > > I was never sure if it was sling itself or if it was an oddity with our > proxy server. > > Regards, > > -james. > > On Fri, Jun 22, 2012 at 12:28 PM, Jason Bailey <[email protected]> > wrote: > > > I understand most of the sling script resolution process except for the > > suffix piece. Is the suffix used to modify the identity of the script > that > > is being resolved? Or is it extra data for the script to consume. > > If it's additional data; how is it accessed? > > -jason > > >
