Sample package name updates

This commit is contained in:
Luke Taylor
2009-04-18 06:04:56 +00:00
parent ace6d225b4
commit 13af4b95a2
4 changed files with 12 additions and 70 deletions

View File

@@ -69,12 +69,4 @@
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
</listener>
<!--
- Publishes events for session creation and destruction through the application
- context. Optional unless concurrent session control is being used.
-->
<listener>
<listener-class>org.springframework.security.ui.session.HttpSessionEventPublisher</listener-class>
</listener>
</web-app>

View File

@@ -1,5 +1,5 @@
<%@ page import="org.springframework.security.core.AuthenticationException" %>
<%@ page import="org.springframework.security.ui.AbstractProcessingFilter" %>
<%@ page import="org.springframework.security.web.authentication.AbstractProcessingFilter" %>
<html>
<head>
@@ -15,4 +15,4 @@
</font>
</body>
</html>
</html>