fix security issue (#15192)

This commit is contained in:
xiangzihao 2023-11-21 11:07:13 +08:00 committed by GitHub
parent cca1c4a172
commit 7308888c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public abstract class AbstractAuthenticator implements Authenticator {
return result;
}
log.info("Session is created and sessionId is :{}.", sessionId);
log.info("Session is created, userName:{}.", user.getUserName());
Map<String, String> data = new HashMap<>();
data.put(Constants.SESSION_ID, sessionId);