You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
antMatchers together with oauth2ResourceServer are working properly on both 2.5.6 and 2.5.7+ spring-boot-starter-parent versions
Current behaviour
When updated to spring-boot-starter-parent versions version 2.5.7 antMatchers together with oauth2ResourceServer are not working anymore - Failed to authorize filter invocation
Can be seen in action here --> https://github.com/Enigo/SpringSecurityBug
Expected behaviour
antMatchers
together withoauth2ResourceServer
are working properly on both 2.5.6 and 2.5.7+ spring-boot-starter-parent versionsCurrent behaviour
When updated to spring-boot-starter-parent versions version 2.5.7
antMatchers
together withoauth2ResourceServer
are not working anymore - Failed to authorize filter invocationI think the relevant logs would be
2.5.7
2.5.6
On the version 2.5.7 all
is2xxSuccessful
tests are failing withReproducible also on
https://github.com/spring-projects/spring-boot/releases/tag/v2.4.13
https://github.com/spring-projects/spring-boot/releases/tag/v2.6.0
There is a similar set of changes across those 3 versions
Note!
I also added
but it didn't help.
The text was updated successfully, but these errors were encountered: