diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 574d3392..16b999e7 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -30,6 +30,16 @@ io.antmedia.filter.TokenSessionFilter + + + RestProxyFilter + io.antmedia.filter.RestProxyFilter + true + + + RestProxyFilter + /rest/v2/broadcasts/* + TokenFilter @@ -165,16 +175,6 @@ /rest/* - - RestProxyFilter - io.antmedia.rest.RestProxyFilter - true - - - RestProxyFilter - /rest/v2/broadcasts/* - - RestAuthenticationFiler io.antmedia.filter.IPFilter