1
0
mirror of synced 2026-08-05 17:57:15 +00:00

FilterSecurityInterceptor applies to every request by default

Closes gh-11466
This commit is contained in:
Marcus Da Coregio
2022-07-12 09:04:39 -03:00
parent 2c0a4337a8
commit 6455e98745
7 changed files with 25 additions and 8 deletions
@@ -94,7 +94,7 @@ A bean identifier, used for referring to the bean elsewhere in the context.
[[nsa-http-once-per-request]]
* **once-per-request**
Corresponds to the `observeOncePerRequest` property of `FilterSecurityInterceptor`.
Defaults to `true`.
Defaults to `false`.
[[nsa-http-pattern]]