I'm trying to find all options for directing requests to different servlets. I was glad if somebody could confirm that the following use cases are not covered:
1. A wildcard for the name of the first node in the path, e.g. @scr.property name="sling.servlet.paths" value="\/.*?\/a\/b" 2. jcr:mixinTypes are ignored for servlet resolving. 3. A RegExp for selectors or extensions. For example, I currently have the version in the path like /foo/bar.version=12.xml, so @scr.property name="sling.servlet.selectors" value="version=.+" Thanks for any hints, Marc
