mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
AbstractClientHttpRequestFactoryBuilder.mergedCustomizers and its reactive counterpart asserted on the customizers field rather than the customizer parameter. The field is never null since the constructor defaults it to an empty list, so the assertion always passed and a null customizer was not rejected. See gh-51509 Signed-off-by: kdomo <dongho5088@naver.com>