Custom security filter is invoked even if the security matcher does not match
I have two types of filter: a public one that is used to filter public endpoints with a basic JWT authentication and a private one that is used to filter private endpoints (endpoints that are only accessible from other micro services but not public, JWT authentication too but internal).
Avoid specific filter getting invoked when multiple security filters chains
I have two types of filter: a public one that is used to filter public endpoints with a basic JWT authentication and a private one that is used to filter private endpoints (endpoints that are only accessible from other micro services but not public, JWT authentication too but internal).