Skip to content

Commit 498bc2b

Browse files
committed
fix configuration
1 parent fa9669a commit 498bc2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/webapp/WEB-INF/web.xml

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<listener-class>io.antmedia.filter.TokenSessionFilter</listener-class>
3131
</listener>
3232

33+
<!-- For Keycloak Integration -->
34+
<!--
3335
<filter>
3436
<filter-name>springSecurityFilterChain</filter-name>
3537
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
@@ -38,6 +40,8 @@
3840
<filter-name>springSecurityFilterChain</filter-name>
3941
<url-pattern>/*</url-pattern>
4042
</filter-mapping>
43+
-->
44+
4145

4246

4347
<!-- Put RestProxyFilter to the top of the Filter list -->

0 commit comments

Comments
 (0)