Browse Source

Merge branch '5.8.x'

pull/11964/head
Marcus Da Coregio 3 years ago
parent
commit
f650ebe545
  1. 1
      config/src/main/kotlin/org/springframework/security/config/annotation/web/CsrfDsl.kt

1
config/src/main/kotlin/org/springframework/security/config/annotation/web/CsrfDsl.kt

@ -54,6 +54,7 @@ class CsrfDsl { @@ -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
}

Loading…
Cancel
Save