Browse Source

Fix HttpSessionEventPublisher package name in FAQ.

Luke Taylor 12 years ago
parent
commit
6ebb9abfb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/faq/src/docbook/faq.xml

+ 1 - 1
docs/faq/src/docbook/faq.xml

@@ -424,7 +424,7 @@
                             information will not be removed from the registry.</para>
                         <programlisting language="xml"><![CDATA[
     <listener>
-        <listener-class>org.springframework.security.ui.session.HttpSessionEventPublisher</listener-class>
+        <listener-class>org.springframework.security.web.session.HttpSessionEventPublisher</listener-class>
     </listener> ]]>
             </programlisting>
                     </answer>