Browse Source

SEC-2133: Update doc from ChannelAuthenticationFilter to ChannelProcessingFilter

Rob Winch 12 years ago
parent
commit
ee6e6ceafb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/manual/src/docbook/appendix-namespace.xml

+ 2 - 2
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
                 interested in and to configure how they should be handled. It is used to construct
                 the <interfacename>FilterInvocationSecurityMetadataSource</interfacename> used by
                 the <interfacename>FilterInvocationSecurityMetadataSource</interfacename> used by
                 the <classname>FilterSecurityInterceptor</classname>. It is also responsible for
                 the <classname>FilterSecurityInterceptor</classname>. It is also responsible for
-                configuring a <classname>ChannelAuthenticationFilter</classname> if particular URLs
+                configuring a <classname>ChannelProcessingFilter</classname> if particular URLs
                 need to be accessed by HTTPS, for example. When matching the specified patterns
                 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
                 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
                 are declared. So the most specific matches patterns should come first and the most
@@ -544,7 +544,7 @@
                         Alternatively the value <quote>any</quote> can be used when there is no
                         Alternatively the value <quote>any</quote> can be used when there is no
                         preference. If this attribute is present on any
                         preference. If this attribute is present on any
                         <literal>&lt;intercept-url&gt;</literal> element, then a
                         <literal>&lt;intercept-url&gt;</literal> element, then a
-                        <classname>ChannelAuthenticationFilter</classname> will be added to the filter
+                        <classname>ChannelProcessingFilter</classname> will be added to the filter
                         stack and its additional dependencies added to the application
                         stack and its additional dependencies added to the application
                         context.<!--See the chapter on <link
                         context.<!--See the chapter on <link
                 xlink:href="#channel-security-config">channel security</link> for an example
                 xlink:href="#channel-security-config">channel security</link> for an example