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
Initially when adding @AuthorizeReturnObject, AuthorizationAdvisoryProxyFactory was mutable in order to handle the cyclic relationship between AuthorizationAdvisoryProxyFactory and AuthorizeReturnObjectMethodInterceptor.
This mutability has contributed to #16819 and other issues. We should find a way to simplify construction of the proxy factory in such a way that mutating its state is not needed.
Note that this will deprecate addAdvisors.
The text was updated successfully, but these errors were encountered:
Initially when adding
@AuthorizeReturnObject
,AuthorizationAdvisoryProxyFactory
was mutable in order to handle the cyclic relationship betweenAuthorizationAdvisoryProxyFactory
andAuthorizeReturnObjectMethodInterceptor
.This mutability has contributed to #16819 and other issues. We should find a way to simplify construction of the proxy factory in such a way that mutating its state is not needed.
Note that this will deprecate
addAdvisors
.The text was updated successfully, but these errors were encountered: