Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEC-2723: Add meta-data to bean definitions of Spring Security Filter beans identifying them as "inner" #2948

Open
spring-projects-issues opened this issue Sep 22, 2014 · 0 comments
Labels
in: config An issue in spring-security-config in: core An issue in spring-security-core type: enhancement A general enhancement type: jira An issue that was migrated from JIRA

Comments

@spring-projects-issues
Copy link

Dave Syer (Migrated from SEC-2723) said:

Add meta-data to bean definitions of Spring Security Filter beans identifying them as "inner", meaning that they have the Filter interface, but are not registered with the ServletContext (in retrospect maybe a different interface would have been better, but it's too late for that). The Filter beans created by Spring Security (with the exception of the global "springSecurityFilterChain"), and the ones added as custom filters, often trip up users of Spring Boot. If Spring Security could help us identify those beans it would make it easier to exclude them from the ServletContext.

@spring-projects-issues spring-projects-issues added in: core An issue in spring-security-core Namespace type: jira An issue that was migrated from JIRA labels Feb 5, 2016
@spring-projects-issues spring-projects-issues added this to the 4.0 Backlog milestone Feb 5, 2016
@rwinch rwinch modified the milestone: 4.0 Backlog Aug 15, 2016
@rwinch rwinch added in: config An issue in spring-security-config type: enhancement A general enhancement and removed Namespace labels May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: config An issue in spring-security-config in: core An issue in spring-security-core type: enhancement A general enhancement type: jira An issue that was migrated from JIRA
Projects
None yet
Development

No branches or pull requests

2 participants