On Fri, Jul 4, 2008 at 1:22 AM, Torgeir Veimo <[EMAIL PROTECTED]> wrote: > ...What's the easiest way to enable the servlet container to retain processing > requests which are not handeled by the sling servlet? ...
The launchpad/webapp web.xml contains this:
<!-- Overwrite Mappings which may be present in default web.xml files -->
<servlet-mapping>
<servlet-name>sling</servlet-name>
<url-pattern>*.jsp</url-pattern>
</servlet-mapping>
So maybe removing it would do the trick?
-Bertrand
