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
With the introduction of AuthorizationManager, it should be possible to deprecate WebInvocationPrivilegeEvaluator.
The steps are as follows:
Expose an Authorization Manager that can accept request elements
Update JSP taglib support to use AuthorizationManager
Deprecate WebInvocationPrivilegeEvaluator and implementations
Note that the default WebInvocationPrivilegeEvaluator implementation also allows for setting a HttpServletRequestTransformer; however this need not be ported as it exists largely to facilitate coordination with HandlerMappingIntrospector, which is also being deprecated.
The text was updated successfully, but these errors were encountered:
With the introduction of
AuthorizationManager
, it should be possible to deprecateWebInvocationPrivilegeEvaluator
.The steps are as follows:
Note that the default
WebInvocationPrivilegeEvaluator
implementation also allows for setting aHttpServletRequestTransformer
; however this need not be ported as it exists largely to facilitate coordination withHandlerMappingIntrospector
, which is also being deprecated.The text was updated successfully, but these errors were encountered: