Request not reaching to the controller but still get 200 response
问题 I was playing around spring security and trying to secure an restful application, but then ran into this rather absurd problem. All the action on my controllers are fine and the requests are accepted but the request actually never reaches the controller and always 200 is returned with no content. My security config looks likes so: package com.bpawan.interview.api.config; import com.bpawan.interview.api.model.Error; import com.bpawan.interview.api.security.JWTAuthenticationFilter; import com