Files
spring-boot/spring-boot-project
Phillip Webb 4f7de1c889 Fix SslOptions.isSpecified() logic
Prior to this commit `SslOptions.isSpecified()` only returned `true` if
both ciphers and enabled protocols were set. If should have returned
`true` if either were set.

Fixes gh-43082
2024-11-09 00:00:33 -08:00
..