6.1.2 - CsrfCongigurer.ignoringRequestMatchers broken #13576
Labels
in: config
An issue in spring-security-config
status: duplicate
A duplicate of another issue
type: bug
A general bug
Describe the bug
Starting with the latest changes to
AbstractRequestMatcherRegistry
CsrfConfigurer.ignoringRequestMatchers
is now broken as it raises the following exception:To Reproduce
Just configure matchers to ignore CSRF with:
The complete Security Configuration can be seen here: https://github.com/OlliL/moneyjinn-server/blob/master/moneyjinn-server/src/main/java/org/laladev/moneyjinn/server/config/SecurityConfig.java
Expected behavior
works as it did with 6.1.1?
Sample
The text was updated successfully, but these errors were encountered: