|
|
@ -35,15 +35,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!-- filter through Spring Security -->
|
|
|
|
<!-- filter through Spring Security -->
|
|
|
|
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
|
|
|
|
<filter-name>clientCredentialsTokenEndpointFilter</filter-name>
|
|
|
|
|
|
|
|
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
|
|
|
|
|
|
|
|
<init-param>
|
|
|
|
|
|
|
|
<param-name>contextAttribute</param-name>
|
|
|
|
|
|
|
|
<param-value>org.springframework.web.servlet.FrameworkServlet.CONTEXT.spring</param-value>
|
|
|
|
|
|
|
|
</init-param>
|
|
|
|
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<filter>
|
|
|
|
<filter>
|
|
|
|
<filter-name>springSecurityFilterChain</filter-name>
|
|
|
|
<filter-name>springSecurityFilterChain</filter-name>
|
|
|
|
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
|
|
|
|
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
|
|
|
@ -53,11 +44,6 @@
|
|
|
|
</init-param>
|
|
|
|
</init-param>
|
|
|
|
</filter>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
|
|
|
|
<filter-mapping>
|
|
|
|
|
|
|
|
<filter-name>clientCredentialsTokenEndpointFilter</filter-name>
|
|
|
|
|
|
|
|
<url-pattern>/token</url-pattern>
|
|
|
|
|
|
|
|
</filter-mapping>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<filter-mapping>
|
|
|
|
<filter-mapping>
|
|
|
|
<filter-name>springSecurityFilterChain</filter-name>
|
|
|
|
<filter-name>springSecurityFilterChain</filter-name>
|
|
|
|
<url-pattern>/*</url-pattern>
|
|
|
|
<url-pattern>/*</url-pattern>
|
|
|
|