Closed
Description
Mat Booth (Migrated from SEC-2419) said:
When configuring with the ExpressionUrlAuthorizationConfigurer I am able to set the "OncePerRequest" flag on the FilterSecurityInterceptor with the following code:
http.authorizeRequests().filterSecurityInterceptorOncePerRequest(true);
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:
http.authorizeRequests().filterSecurityPublishAuthorizationSuccess(true);