mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-02-13 08:54:43 +00:00
Java Config http.oauth2Login().loginProcessingUrl("url"); throws NPE.
Override loginProcessingUrl method and cached config url.
Then when the config is initialized,
it calls the super method to complete the configuration.
Fixes gh-5488