1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add author

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-08-24 14:03:51 +07:00
committed by Josh Cummings
parent 67bc1d8d4a
commit 4cc5f543ab
6 changed files with 11 additions and 0 deletions
@@ -59,6 +59,7 @@ import org.springframework.util.StringUtils;
* @author Rob Winch
* @author Eddú Meléndez
* @author Onur Kagan Ozcan
* @author Ngoc Nhan
* @since 2.0
*/
public abstract class AbstractRememberMeServices
@@ -44,6 +44,7 @@ import org.jspecify.annotations.Nullable;
* bypassed by the malicious addition of parameters to the path component.
*
* @author Luke Taylor
* @author Ngoc Nhan
*/
final class RequestWrapper extends FirewalledRequest {
@@ -58,6 +58,7 @@ import org.springframework.web.util.UriComponentsBuilder;
* @author Andrey Grebnev
* @author Ben Alex
* @author Luke Taylor
* @author Ngoc Nhan
*/
public class DefaultSavedRequest implements SavedRequest {