Hi, Am Freitag, den 18.04.2008, 16:22 +0200 schrieb Carsten Ziegeler: > Felix Meschberger wrote: > > > > The search path from ResourceResolver.getSearchPath defines the order. > > And this is currently configured to be [ "/apps", "/libs" ], thus giving > > precendence to /apps over /libs. This is correct as we assume provided > > scripts in /libs and application "overwrites" in /apps. > > > Btw, shouldn't we prefix these dirs to make it clear that they are for > sling? Like "sling:libs" and "sling:apps" ?
They are not reserved for sling. These directories are part of the search path used by the Sling Servlet/Script Resolver to resolve all scripts, regardless of whether they are sling or not. Hence, we need not (and probably must not) prefix them. Regards Felix
