|
@@ -31,7 +31,7 @@ import javax.servlet.http.HttpSessionListener;
|
|
* Declared in web.xml as
|
|
* Declared in web.xml as
|
|
* <pre>
|
|
* <pre>
|
|
* <listener>
|
|
* <listener>
|
|
- * <listener-class>org.springframework.security.ui.session.HttpSessionEventPublisher</listener-class>
|
|
|
|
|
|
+ * <listener-class>org.springframework.security.web.session.HttpSessionEventPublisher</listener-class>
|
|
* </listener>
|
|
* </listener>
|
|
* </pre>
|
|
* </pre>
|
|
*
|
|
*
|
|
@@ -40,14 +40,13 @@ import javax.servlet.http.HttpSessionListener;
|
|
* javax.servlet.http.HttpSessionListener.sessionDestroyed() to {@link HttpSessionDestroyedEvent}.
|
|
* javax.servlet.http.HttpSessionListener.sessionDestroyed() to {@link HttpSessionDestroyedEvent}.
|
|
*
|
|
*
|
|
* @author Ray Krueger
|
|
* @author Ray Krueger
|
|
|
|
+ * @version $Id$
|
|
*/
|
|
*/
|
|
public class HttpSessionEventPublisher implements HttpSessionListener {
|
|
public class HttpSessionEventPublisher implements HttpSessionListener {
|
|
//~ Static fields/initializers =====================================================================================
|
|
//~ Static fields/initializers =====================================================================================
|
|
|
|
|
|
private static final Log log = LogFactory.getLog(HttpSessionEventPublisher.class);
|
|
private static final Log log = LogFactory.getLog(HttpSessionEventPublisher.class);
|
|
|
|
|
|
- //~ Instance fields ================================================================================================
|
|
|
|
-
|
|
|
|
//~ Methods ========================================================================================================
|
|
//~ Methods ========================================================================================================
|
|
|
|
|
|
ApplicationContext getContext(ServletContext servletContext) {
|
|
ApplicationContext getContext(ServletContext servletContext) {
|