From e5804d323be76cad47b22eebf3b6b5e6f17d9ceb Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 13 Sep 2013 22:02:52 -0700 Subject: [PATCH] SEC-2256: Fix intercept-url doc precidence statement Previously the documentation incorrectly stated "If a request matches multiple patterns, the method-specific match will take precedence regardless of ordering." This has now been removed and InterceptUrlConfigTests was added previously to ensure this was true. --- docs/manual/src/docbook/namespace-config.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/manual/src/docbook/namespace-config.xml b/docs/manual/src/docbook/namespace-config.xml index 7ecb9dd7a8..100f25c302 100644 --- a/docs/manual/src/docbook/namespace-config.xml +++ b/docs/manual/src/docbook/namespace-config.xml @@ -173,8 +173,7 @@ put the most specific matches at the top. You can also add a method attribute to limit the match to a particular HTTP method (GET, POST, PUT - etc.). If a request matches multiple patterns, the method-specific match will - take precedence regardless of ordering. + etc.). To add some users, you can define a set of test data directly in the namespace: