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 <intercept-url> 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 @@
access
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