diff --git a/spring-security-login/pom.xml b/spring-security-login/pom.xml index d8cecabcdb..b22672d8eb 100644 --- a/spring-security-login/pom.xml +++ b/spring-security-login/pom.xml @@ -169,7 +169,7 @@ - 3.2.2.RELEASE + 3.2.3.RELEASE 3.1.4.RELEASE @@ -182,7 +182,7 @@ 1.9.5 4.2.4 - 4.2.4 + 4.2.5 1.8.0 1.8.9 diff --git a/spring-security-login/src/main/resources/webSecurityConfig.xml b/spring-security-login/src/main/resources/webSecurityConfig.xml index 6394c92699..7fcee298b5 100644 --- a/spring-security-login/src/main/resources/webSecurityConfig.xml +++ b/spring-security-login/src/main/resources/webSecurityConfig.xml @@ -6,7 +6,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd"> - + + + diff --git a/spring-security-login/src/main/webapp/WEB-INF/view/homepage.jsp b/spring-security-login/src/main/webapp/WEB-INF/view/homepage.jsp index 7cc14b5dcd..5d96e37e32 100644 --- a/spring-security-login/src/main/webapp/WEB-INF/view/homepage.jsp +++ b/spring-security-login/src/main/webapp/WEB-INF/view/homepage.jsp @@ -1,7 +1,9 @@ +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>

This is the body of the sample view

+ "> Logout \ No newline at end of file