Mathieu Ruellan (Migrated from SEC-2621) said:
I'm making a REST API
Responses are rendered with Spring MVC and Jackson.
I would like that all responses are generated in the same way. After a login success, the UsernamePasswordAuthentificationFilter returns.
I would like that the request continues in order to handle it with my spring mvc controller.
But, i can't override final classes, and the current configurer doesn't provide a setter to the continueChainBeforeSuccessfulAuthentication attribut.
Mathieu Ruellan (Migrated from SEC-2621) said:
I'm making a REST API
Responses are rendered with Spring MVC and Jackson.
I would like that all responses are generated in the same way. After a login success, the UsernamePasswordAuthentificationFilter returns.
I would like that the request continues in order to handle it with my spring mvc controller.
But, i can't override final classes, and the current configurer doesn't provide a setter to the continueChainBeforeSuccessfulAuthentication attribut.