diff --git a/core/src/main/java/org/springframework/security/authentication/event/InteractiveAuthenticationSuccessEvent.java b/core/src/main/java/org/springframework/security/authentication/event/InteractiveAuthenticationSuccessEvent.java index dbf26b9de7..b66e06bf93 100644 --- a/core/src/main/java/org/springframework/security/authentication/event/InteractiveAuthenticationSuccessEvent.java +++ b/core/src/main/java/org/springframework/security/authentication/event/InteractiveAuthenticationSuccessEvent.java @@ -26,6 +26,10 @@ import org.springframework.util.Assert; * The ApplicationEvent's source will be the * Authentication object. *

+ *

+ * This does not extend from AuthenticationSuccessEvent to avoid duplicate + * AuthenticationSuccessEvents being sent to any listeners. + *

* * @author Ben Alex */