From 5af53da10625688a9a9763bcdaaf4c1d2d93c83f Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 18 May 2008 11:09:50 +0000 Subject: [PATCH] Improved doc for'filters' attribute --- .../springframework/security/config/spring-security-2.0.2.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/org/springframework/security/config/spring-security-2.0.2.rnc b/core/src/main/resources/org/springframework/security/config/spring-security-2.0.2.rnc index 80eb56011c..603b3d457c 100644 --- a/core/src/main/resources/org/springframework/security/config/spring-security-2.0.2.rnc +++ b/core/src/main/resources/org/springframework/security/config/spring-security-2.0.2.rnc @@ -251,7 +251,7 @@ intercept-url.attlist &= attribute method {"GET" | "DELETE" | "HEAD" | "OPTIONS" | "POST" | "PUT" | "TRACE"}? intercept-url.attlist &= - ## The filter list for the path. Currently can be set to "none" to remove a path from having any filters applied. The full filter stack (consisting of all defined filters, will be applied to any other paths). + ## The filter list for the path. Currently can be set to "none" to remove a path from having any filters applied. The full filter stack (consisting of all filters created by the namespace configuration, and any added using 'custom-filter'), will be applied to any other paths. attribute filters {"none"}? intercept-url.attlist &= ## Used to specify that a URL must be accessed over http or https