• Madhura Bhave's avatar
    Remove redundant include from WebFluxTypeExcludeFilter · 0a54fb73
    Madhura Bhave authored
    For webflux, security configuration is configured via a bean of type
    `SecurityWebFilterChain` and not `ServerHttpSecurity`. We would have changed
    the include to be `SecurityWebFilterChain` but the filter only applies to
    beans registered via component scanning and not those registered in
    `@Configuration` classes, making the includes redundant.
    
    See gh-16088
    0a54fb73
Name
Last commit
Last update
..
java/org/springframework/boot/test/autoconfigure Loading commit data...
resources/META-INF Loading commit data...