1
0
mirror of synced 2026-05-22 21:33:16 +00:00
Files
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
..
2019-12-30 12:01:56 -07:00