How about using ConfigurationPolicy.REQUIRE for this so that it needs to be manually enabled? I suspect that's probably a good idea for this feature anyway even if there was no potential collision.
Regards, Justin On Wed, Jan 28, 2015 at 12:33 PM, Bertrand Delacretaz <[email protected]> wrote: > Hi, > > For SLING-4318 Tomek's contribution uses the V selector that I > suggested so that foo.V.json lists the versions of the foo node. > > Putting this servlet in our servlets.get bundle might interfere with > existing user servlets that use this selector. > > How should we avoid this potential collision? Put the new servlet in a > different bundle? Make its selector configurable? > > -Bertrand
