src/main/java/com/moral/security/auth/jwt/JwtTokenAuthenticationProcessingFilter.java
@@ -43,11 +43,6 @@ throws AuthenticationException, IOException, ServletException { String tokenPayload = request.getHeader(WebSecurityConfig.AUTHENTICATION_HEADER_NAME); RawAccessJwtToken token = new RawAccessJwtToken(tokenExtractor.extract(tokenPayload)); try { throw new Exception("11111111111111111"); } catch (Exception e) { e.printStackTrace(); } return getAuthenticationManager().authenticate(new JwtAuthenticationToken(token)); }