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
When configuring with the ExpressionUrlAuthorizationConfigurer I am able to set the "OncePerRequest" flag on the FilterSecurityInterceptor with the following code:
But I am not able to set the "PublishAuthorizationSuccess" flag in a similar way. The pull request makes a change to the AbstractInterceptUrlConfigurer that makes possible the following configuration: