apache / openmeetings

Mirror of Apache Openmeetings
Other
639 stars 261 forks source link

OPENMEETINGS-2470 Fix and remove filters while running in dev version. #112

Closed sebawagner closed 4 years ago

sebawagner commented 4 years ago

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.