This supplies a dev version for the web.xml that does not filter/security.
Jetty filter restrictions look different from Tomcat, so the effect before this change was that if you try to access WebService when running in Jetty was that you always get a 403.
With this change the filters are removed and everything is public readable.
But: Since jetty is only used in dev mode, I think that is fine.
This supplies a dev version for the web.xml that does not filter/security.
Jetty filter restrictions look different from Tomcat, so the effect before this change was that if you try to access WebService when running in Jetty was that you always get a 403.
With this change the filters are removed and everything is public readable.
But: Since jetty is only used in dev mode, I think that is fine.