mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-02-10 07:25:01 +00:00
Previously build threw an Exception when entryPoints was empty and defaultEntryPoint was specified. This commit changes build to return the defaultEntryPoint instead. Closes gh-17955