mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Some maps may throw a NullPointerException when get is called with null. This commit catches the exceptions and just leaves the delegate null. Fixes gh-4936