mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
Corrected Javadoc typo.
This commit is contained in:
parent
051a34f859
commit
ab6d43ff08
@ -162,7 +162,7 @@ public abstract class AbstractProcessingFilter implements Filter,
|
|||||||
/**
|
/**
|
||||||
* If <code>true</code>, will always redirect to {@link #defaultTargetUrl}
|
* If <code>true</code>, will always redirect to {@link #defaultTargetUrl}
|
||||||
* upon successful authentication, irrespective of the page that caused
|
* upon successful authentication, irrespective of the page that caused
|
||||||
* the authentication request (defualts to <code>false</code>).
|
* the authentication request (defaults to <code>false</code>).
|
||||||
*/
|
*/
|
||||||
private boolean alwaysUseDefaultTargetUrl = false;
|
private boolean alwaysUseDefaultTargetUrl = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user