On Mon, Sep 14, 2009 at 10:51 AM, Vidar Ramdal <[email protected]> wrote: > ...you might be able to write your own ResourceProvider to > handle those cases....
And there's OptingServlet [1], with an accept() method that lets you fine-tune requests that a servlet accepts based on its registration parameters. I don't think we have any docs, examples or even tests of this...I have a few unfinished tests/examples in my sandbox, will try to commit them later today. -Bertrand [1] http://svn.apache.org/repos/asf/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/OptingServlet.java
