spring-security/config
BELHAKEL Ammar b4619f31ee
Fix return type
AbstractConfiguredSecurityBuilder.objectPostProcessor() should cast to
B, the type of SecurityBuilder, instead of O, the type of object being
built.

Without this change, calls like
http.objectPostProcessor(...).getFilters() will fail with a
ClassCastException.
2019-12-30 12:01:56 -07:00
..
src Fix return type 2019-12-30 12:01:56 -07:00
spring-security-config.gradle Bearer WebClient Filter Authentication Propagation 2019-09-11 16:27:21 +01:00