mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Prior to the introduction of SSL bundles, the `server.ssl` properties allowed PEM and JKS certificate files types to be mixed when configuring keystores and truststores. This was lost when adapting to SSL bundles using `WebServerSslBundle`. This commit restores the previous behavior for back compatibility. Fixes gh-39105