minor class fix

This commit is contained in:
eugenp 2013-08-11 15:32:32 +03:00
parent f9e560e1c1
commit 873d76b254
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<listener-class>org.baeldung.web.SessionListenerWithMetrics</listener-class>
</listener>
<listener>
<listener-class>org.springframework.security.ui.session.HttpSessionEventPublisher</listener-class>
<listener-class>org.springframework.security.web.session.HttpSessionEventPublisher</listener-class>
</listener>
<!-- Spring root -->