From 81657d0efcf7c75cb9ee84e8f2fc4aad003d2dc5 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 10 Feb 2010 15:24:46 +0000 Subject: [PATCH] SEC-1403: Corrected interface name. --- docs/manual/src/docbook/appendix-namespace.xml | 4 ++-- docs/manual/src/docbook/core-filters.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml index 3433a525c7..938cb7c5b9 100644 --- a/docs/manual/src/docbook/appendix-namespace.xml +++ b/docs/manual/src/docbook/appendix-namespace.xml @@ -126,7 +126,7 @@ The <literal><intercept-url></literal> Element This element is used to define the set of URL patterns that the application is interested in and to configure how they should be handled. It is used to construct the - FilterInvocationDefinitionSource used by the + FilterInvocationSecurityMetadataSource used by the FilterSecurityInterceptor and to exclude particular patterns from the filter chain entirely (by setting the attribute filters="none"). It is also responsible for configuring a ChannelAuthenticationFilter if @@ -149,7 +149,7 @@
<literal>access</literal> Lists the access attributes which will be stored in the - FilterInvocationDefinitionSource for the defined URL + FilterInvocationSecurityMetadataSource for the defined URL pattern/method combination. This should be a comma-separated list of the security configuration attributes (such as role names).
diff --git a/docs/manual/src/docbook/core-filters.xml b/docs/manual/src/docbook/core-filters.xml index 387562cb97..0b3b0c57ef 100644 --- a/docs/manual/src/docbook/core-filters.xml +++ b/docs/manual/src/docbook/core-filters.xml @@ -54,7 +54,7 @@ interface which subclasses SecurityMetadataSource. It simply denotes the SecurityMetadataSource understands FilterInvocations. In the interests of simplicity we'll - continue to refer to the FilterInvocationDefinitionSource + continue to refer to the FilterInvocationSecurityMetadataSource as a SecurityMetadataSource, as the distinction is of little relevance to most users.
The SecurityMetadataSource created by the namespace