This commit is contained in:
Keith Donald
2008-05-13 07:06:50 +00:00
parent 1e988929fc
commit cef529ec81
2 changed files with 1 additions and 11 deletions

View File

@@ -17,7 +17,7 @@
<security:intercept-url pattern="/spring/logout*" access="ROLE_USER" />
<!-- Override default login and logout pages -->
<security:form-login login-page="/spring/login" />
<security:form-login login-page="/spring/login" />
<security:logout logout-url="/spring/logout" logout-success-url="/spring/logoutSuccess" />
</security:http>

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
<!-- No special configuration needed here - all configuration is driven by web-application-config.xml -->
</beans>