Carsten Ziegeler wrote:
> Yes, you can mount a Java servlet (must be a proper OSGi service) to any
> resource path. Then you can invoke this servlet by accesing this path.
> For example if you mount the servlet to "/no/one/knows/this/path", you
> can call this servlet from the browser by exactly that path.
> Maybe this is something we should reconsider and forbid?
> 
> But scripts for rendering are always only searched under the configured
> search paths. There is no way around it.
> 
Ok, actually I was wrong :) If you specify an absolute resource type
like "/execute/me" the script is taken from this location.

Carsten
-- 
Carsten Ziegeler
cziege...@apache.org

Reply via email to