Browse Source

Fix HttpSessionEventPublisher package name in FAQ.

Luke Taylor 12 năm trước cách đây
mục cha
commit
6ebb9abfb7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>