You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create an opt-in strategy in 5.8 that allows applications to start using AuthorizationManager in advance of the defaults changing in 6.0?
The FilterSecurityInterceptor in WebSecurity is only used to create an instance of WebInvocationPrivilegeEvaluator. If folks are using authorizeHttpRequests the configuration picks up the AuthenticationFilter#getAuthorizationManager and creates an instance of AuthorizationManagerWebInvocationPrivilegeEvaluator instead.
Do you think that we still really need a strategy for that? If so, what that would look like?
I see. I missed that securityInterceptor was deprecated. As a side note, perhaps the @Deprecated annotation should be added in addition to the JavaDoc marker that's already there?
marcusdacoregio
changed the title
Replace FilterSecurityInterceptor with AuthorizationFilter in WebSecurity
Remove FilterSecurityInterceptor from WebSecurity
Aug 2, 2022
FilterSecurityInterceptor
will be deprecated in 5.8 in favor of the newAuthorizationFilter
.This is part of the work of removing all the places that use the
FilterSecurityInterceptor
and related classes.The text was updated successfully, but these errors were encountered: