diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml index 88efb40deb..83ac9b9c45 100644 --- a/docs/manual/src/docbook/appendix-namespace.xml +++ b/docs/manual/src/docbook/appendix-namespace.xml @@ -494,7 +494,7 @@ interested in and to configure how they should be handled. It is used to construct the FilterInvocationSecurityMetadataSource used by the FilterSecurityInterceptor. It is also responsible for - configuring a ChannelAuthenticationFilter if particular URLs + configuring a ChannelProcessingFilter if particular URLs need to be accessed by HTTPS, for example. When matching the specified patterns against an incoming request, the matching is done in the order in which the elements are declared. So the most specific matches patterns should come first and the most @@ -544,7 +544,7 @@ Alternatively the value any can be used when there is no preference. If this attribute is present on any <intercept-url> element, then a - ChannelAuthenticationFilter will be added to the filter + ChannelProcessingFilter will be added to the filter stack and its additional dependencies added to the application context.