From 38ae119ea378cced19ef1a42ea0689a92610168e Mon Sep 17 00:00:00 2001 From: MathewFrancis Date: Thu, 15 May 2025 17:01:36 +0530 Subject: [PATCH] follow up correction in security filter chain --- .../com/example/cezenPBX/security/JWTTokenGeneratorFilter.java | 1 - 1 file changed, 1 deletion(-) diff --git a/MySQL_conf_pbx/test1/springCezenPBX/src/main/java/com/example/cezenPBX/security/JWTTokenGeneratorFilter.java b/MySQL_conf_pbx/test1/springCezenPBX/src/main/java/com/example/cezenPBX/security/JWTTokenGeneratorFilter.java index 6fe5da3..4af13bf 100644 --- a/MySQL_conf_pbx/test1/springCezenPBX/src/main/java/com/example/cezenPBX/security/JWTTokenGeneratorFilter.java +++ b/MySQL_conf_pbx/test1/springCezenPBX/src/main/java/com/example/cezenPBX/security/JWTTokenGeneratorFilter.java @@ -27,7 +27,6 @@ public class JWTTokenGeneratorFilter extends OncePerRequestFilter { //at this point the user is authenticated we just have to send the token back Authentication authentication = SecurityContextHolder.getContext().getAuthentication(); - System.out.println(authentication.getName()+" Is the name "); if (null != authentication) { //get the JWT key from the contents we defined