mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
Align javadoc of continueFilterChainOnUnsuccessfulAuthentication with actual behaviour
This commit is contained in:
parent
8584b12c8d
commit
b9f122230b
@ -267,10 +267,10 @@ public abstract class AbstractPreAuthenticatedProcessingFilter extends GenericFi
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If set to {@code true}, any {@code AuthenticationException} raised by the
|
* If set to {@code true} (the default), any {@code AuthenticationException} raised by the
|
||||||
* {@code AuthenticationManager} will be swallowed, and the request will be allowed to
|
* {@code AuthenticationManager} will be swallowed, and the request will be allowed to
|
||||||
* proceed, potentially using alternative authentication mechanisms. If {@code false}
|
* proceed, potentially using alternative authentication mechanisms. If {@code false},
|
||||||
* (the default), authentication failure will result in an immediate exception.
|
* authentication failure will result in an immediate exception.
|
||||||
*
|
*
|
||||||
* @param shouldContinue set to {@code true} to allow the request to proceed after a
|
* @param shouldContinue set to {@code true} to allow the request to proceed after a
|
||||||
* failed authentication.
|
* failed authentication.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user