spring-projects / spring-projects/spring-security
Restructure DefaultSecurityFilterChain logs
@awydini is already working on this.
Since Jan 24, 2023.
- Dominant language
- Java
- Stars
- 9.6k
- Forks
- 6.3k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 52
Description
DefaultSecurityFilterChain prints out at the INFO level the list of filters that are in use for a given application. This is out of step with FilterChainProxy which shows that level of detail at the DEBUG and TRACE levels.
It may be valuable to show something here at the INFO level, like the request matcher and the authentication mechanisms. Otherwise, this level of detail should be reserved to DEBUG or TRACE.
Also, it probably doesn't add value to print out the filter's toString. Instead, it may be better to only print out the class name.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.