-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Open
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)type: enhancementA general enhancementA general enhancement
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.
Metadata
Metadata
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)type: enhancementA general enhancementA general enhancement