This commit is contained in:
twosom 2023-02-06 00:55:56 +09:00 committed by Josh Cummings
parent 659b65a666
commit c79dac49ca
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2002-2022 the original author or authors. * Copyright 2002-2023 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -122,7 +122,7 @@ public abstract class AbstractAuthenticationFilterConfigurer<B extends HttpSecur
* true. This is a shortcut for calling * true. This is a shortcut for calling
* {@link #successHandler(AuthenticationSuccessHandler)}. * {@link #successHandler(AuthenticationSuccessHandler)}.
* @param defaultSuccessUrl the default success url * @param defaultSuccessUrl the default success url
* @param alwaysUse true if the {@code defaultSuccesUrl} should be used after * @param alwaysUse true if the {@code defaultSuccessUrl} should be used after
* authentication despite if a protected page had been previously visited * authentication despite if a protected page had been previously visited
* @return the {@link FormLoginConfigurer} for additional customization * @return the {@link FormLoginConfigurer} for additional customization
*/ */