Fix HttpSessionEventPublisher package name in FAQ.

This commit is contained in:
Luke Taylor 2013-04-06 14:53:53 +01:00
parent 66357a2077
commit 6ebb9abfb7

View File

@ -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>