Merge branch '5.8.x'

This commit is contained in:
Marcus Da Coregio 2022-10-06 13:50:50 -03:00
commit f650ebe545
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class CsrfDsl {
* @param antMatchers the ANT pattern matchers that should not use CSRF
* protection
*/
@Deprecated("Use ignoringRequestMatchers instead")
fun ignoringAntMatchers(vararg antMatchers: String) {
ignoringAntMatchers = antMatchers
}