【7.6.0】更新BaseSecurityInterceptor,移除cookie控制

dev-8.1.9
fengshuonan 2023-05-11 23:14:37 +08:00
parent 6a0e7c8963
commit c543be1a0e
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ public abstract class BaseSecurityInterceptor implements HandlerInterceptor {
defaultJwtPayload = authServiceApi.validateToken(token);
} catch (AuthException authException) {
if (AuthExceptionEnum.AUTH_EXPIRED_ERROR.getErrorCode().equals(authException.getErrorCode())) {
sessionManagerApi.destroySessionCookie();
throw authException;
}
}