What is the intended behavior for a servlet that is registered as follows: * @scr.property name="sling.servlet.extensions" value="html" * @scr.property name="sling.servlet.resourceTypes" value="sling/servlet/default" * @scr.property name="sling.servlet.methods" values.0="GET" values.1="POST"
It seems that "sling.servlet.extensions" is ignored, so that this servlet will respond to any extension, if there is no better match. >From the docs [1] and [2] it is a little unclear what is supposed to happen, so it might not be a bug, but it still seems strange. [1] http://cwiki.apache.org/confluence/display/SLING/URL+to+Script+Resolution [2] http://sling.apache.org/site/servlet-resolution.html -- Vidar S. Ramdal <[email protected]> - http://www.idium.no Akersgata 16, N-0158 Oslo, Norway +47 21 531941, ext 2070
