SEC-2419: [patch] Impossible to set the PublishAuthorizationSuccess flag on FilterSecurityInterceptor using JavaConfig #2636
Labels
in: config
An issue in spring-security-config
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
type: jira
An issue that was migrated from JIRA
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:
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:
The text was updated successfully, but these errors were encountered: