SyntaxFix
Write A Post
Hire A Developer
Questions
Had the same error when I had @Order annotation on a filter class. Even thou I added the filter through the HttpSecurity chain.
@Order
HttpSecurity
Removed the @Order and it worked.