From 1ca5946d7455342475fb26bc58d77603c4c49828 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 16 Jul 2015 15:03:51 -0500 Subject: [PATCH] SEC-3003: Document invalid intercept-url attributes for filter-security-metadata-source --- docs/manual/src/docs/asciidoc/index.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index 571683e6be..c3914c11bd 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -7413,6 +7413,7 @@ Lists the access attributes which will be stored in the `FilterInvocationSecurit * **filters** Can only take the value "none". This will cause any matching request to bypass the Spring Security filter chain entirely. None of the rest of the `` configuration will have any effect on the request and there will be no security context available for its duration. Access to secured methods during the request will fail. +NOTE: This property is invalid for <> [[nsa-intercept-url-method]] * **method** @@ -7430,6 +7431,8 @@ Can be "http" or "https" depending on whether a particular URL pattern should be If a `` configuration is added, this will be used to by the `SecureChannelProcessor` and `InsecureChannelProcessor` beans to determine the ports used for redirecting to HTTP/HTTPS. +NOTE: This property is invalid for <> + [[nsa-jee]] ====