瀏覽代碼

SEC-3003: Document invalid intercept-url attributes for filter-security-metadata-source

Rob Winch 10 年之前
父節點
當前提交
7ecee8e733
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/manual/src/asciidoc/index.adoc

+ 4 - 0
docs/manual/src/asciidoc/index.adoc

@@ -7086,6 +7086,8 @@ Lists the access attributes which will be stored in the `FilterInvocationSecurit
 * **filters**
 * **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 `<http>` 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.
 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 `<http>` 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-filter-security-metadata-source,filter-security-metadata-source>>
+
 
 
 [[nsa-intercept-url-method]]
 [[nsa-intercept-url-method]]
 * **method**
 * **method**
@@ -7103,6 +7105,8 @@ Can be "http" or "https" depending on whether a particular URL pattern should be
 
 
 If a `<port-mappings>` configuration is added, this will be used to by the `SecureChannelProcessor` and `InsecureChannelProcessor` beans to determine the ports used for redirecting to HTTP/HTTPS.
 If a `<port-mappings>` 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-filter-security-metadata-source,filter-security-metadata-source>>
+
 
 
 [[nsa-jee]]
 [[nsa-jee]]
 ==== <jee>
 ==== <jee>