spring-boot/spring-boot-project
Andy Wilkinson 8e6b4629d4 Tolerate AuthenticationSwitchUserEvent with null target user
When Spring Security is misconfigured it's possible to switch from an anonymous user
to a normal user. When switching back again, the corresponding
AuthenticationSwitchUserEvent will have a null target user. Previously, Actuator's
AuthenticationAuditListener would throw a NullPointerException when it received such an
event.

This commit updates the audit listener to defensively handled events with a null target
user.

Closes gh-15767
2019-02-12 16:26:19 +00:00
..
spring-boot Polish "Remove unwanted @Nullable annotations" 2019-02-11 16:11:40 +00:00
spring-boot-actuator Tolerate AuthenticationSwitchUserEvent with null target user 2019-02-12 16:26:19 +00:00
spring-boot-actuator-autoconfigure Configure a JerseyApplicationPath bean for the actuators 2019-02-08 18:38:01 -08:00
spring-boot-autoconfigure Polish "Use class for @ConditionalOnClass" 2019-02-12 15:45:05 +00:00
spring-boot-cli Fix assertion 2019-02-08 08:45:12 +01:00
spring-boot-dependencies Revert "Upgrade to Saaj Impl 1.5.1" 2019-02-12 15:26:45 +00:00
spring-boot-devtools Polish "Remove unwanted @Nullable annotations" 2019-02-11 16:11:40 +00:00
spring-boot-docs Polish contribution 2019-02-12 17:17:29 +01:00
spring-boot-parent Import Testcontainers' bom rather than managing modules individually 2019-02-12 09:46:20 +00:00
spring-boot-properties-migrator Polish "Avoid NPE when replacement property does not exist" 2018-12-28 18:19:12 +01:00
spring-boot-starters Add reference to Codecentric's SOAP Web Services starter 2019-02-02 20:21:57 +01:00
spring-boot-test Fix cast in TestRestTemplateContextCustomizer 2019-02-05 11:39:25 +00:00
spring-boot-test-autoconfigure Complete move to Testcontainers' Neo4j container 2019-02-12 09:46:11 +00:00
spring-boot-tools Use Testcontainers’ CassandraContainer rather than our own 2019-02-12 09:58:05 +00:00
pom.xml