On Fri, Nov 30, 2012 at 12:14 PM, Sergio Fernández
<[email protected]> wrote:
> ...With any Servlet >= 3.0 compatible container, anything in a
> META-INF/resources directory in a JAR in WEB-INF/lib is automatically
> exposed as a static resource.
>
> Not sure how this could be applied in the current setup of Stanbol...

You could do this pretty easily with a BundleListener that gets those
resources when a bundle appears - but I wouldn't blindly expose
everything that's under /resources, either use a stanbol-specific name
or a bundle header, to avoid surprises.

-Bertrand

Reply via email to