79743254

Date: 2025-08-22 10:09:48
Score: 2.5
Natty:
Report link
<security:http name="apis" 
    pattern="/**"

is also matched?
try commenting out this part...

maybe ..change your request path or exclude these two paths when verifying the token?

<security:http name="employeeSecurityChain" 
    pattern="/auth/employees/token"
<security:http name="visitorSecurityChain" 
    pattern="/auth/visitors/token"
<security:http name="apis" 
    pattern="/api/**"
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Pandamkk