jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Replace authorizeRequests with authorizeHttpRequests in security configurations

Open gorbunkov opened this issue 2 years ago • 0 comments

In Spring, AuthorizationFilter supersedes FilterSecurityInterceptor. FilterSecurityInterceptor will be deprecated in future version of Spring.

We must replace http.authorizeRequests with http.authorizeHttpRequests in our security configurations.

See Spring documentation

gorbunkov avatar Oct 13 '22 11:10 gorbunkov