From 32e7ea3e560ce9dfe8ea946ad76abdb173ab74a9 Mon Sep 17 00:00:00 2001 From: macro Date: Wed, 18 Jan 2023 16:02:51 +0800 Subject: [PATCH] Update RestAuthenticationEntryPoint.java --- .../mall/security/component/RestAuthenticationEntryPoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mall-security/src/main/java/com/macro/mall/security/component/RestAuthenticationEntryPoint.java b/mall-security/src/main/java/com/macro/mall/security/component/RestAuthenticationEntryPoint.java index 5bd8536..d65be9f 100644 --- a/mall-security/src/main/java/com/macro/mall/security/component/RestAuthenticationEntryPoint.java +++ b/mall-security/src/main/java/com/macro/mall/security/component/RestAuthenticationEntryPoint.java @@ -12,7 +12,7 @@ import javax.servlet.http.HttpServletResponse; import java.io.IOException; /** - * 自定义返回结果:未登录或登录过期 + * 自定义未登录或者token失效时的返回结果 * Created by macro on 2018/5/14. */ public class RestAuthenticationEntryPoint implements AuthenticationEntryPoint {