Closed
Description
While we prevent individual ServletContext.getResource(String)
requests for the loader and do not allow it to be served static resources, when using Tomcat getResourcePath(String)
will return paths that allow navigation of the loader's directory structure. The same is not possible when using Jetty. We should see if we can prevent it with Tomcat as well.