diff --git a/spring-security-mvc-custom/src/main/webapp/WEB-INF/view/login.jsp b/spring-security-mvc-custom/src/main/webapp/WEB-INF/view/login.jsp
index 762218e40f..eb41cc79a8 100644
--- a/spring-security-mvc-custom/src/main/webapp/WEB-INF/view/login.jsp
+++ b/spring-security-mvc-custom/src/main/webapp/WEB-INF/view/login.jsp
@@ -17,7 +17,7 @@
Remember Me: |
- |
+ |
|
diff --git a/spring-security-mvc-persisted-remember-me/pom.xml b/spring-security-mvc-persisted-remember-me/pom.xml
index 37f271f66d..1691f10f43 100644
--- a/spring-security-mvc-persisted-remember-me/pom.xml
+++ b/spring-security-mvc-persisted-remember-me/pom.xml
@@ -93,14 +93,14 @@
javax.servlet
javax.servlet-api
- 3.0.1
+ ${javax.servlet.version}
provided
javax.servlet
jstl
- 1.2
+ ${jstl.version}
runtime
@@ -109,13 +109,13 @@
com.h2database
h2
- 1.4.178
+ ${h2.version}
postgresql
postgresql
- 9.1-901.jdbc4
+ ${postgresql.version}
runtime
@@ -260,12 +260,15 @@
- 4.1.4.RELEASE
- 3.2.5.RELEASE
+ 4.2.4.RELEASE
+ 4.0.3.RELEASE
- 4.3.10.Final
- 5.1.35
+ 4.3.11.Final
+ 5.1.37
+ 1.4.190
+ 9.1-901.jdbc4
+
1.7.12
@@ -273,9 +276,11 @@
5.1.3.Final
+ 3.0.1
+ 1.2
- 18.0
+ 19.0
3.4
diff --git a/spring-security-mvc-persisted-remember-me/src/main/resources/webSecurityConfig.xml b/spring-security-mvc-persisted-remember-me/src/main/resources/webSecurityConfig.xml
index 0fa077db00..a11f13c9ab 100644
--- a/spring-security-mvc-persisted-remember-me/src/main/resources/webSecurityConfig.xml
+++ b/spring-security-mvc-persisted-remember-me/src/main/resources/webSecurityConfig.xml
@@ -7,11 +7,11 @@
xmlns:util="http://www.springframework.org/schema/util"
xmlns:jdbc="http://www.springframework.org/schema/jdbc"
xsi:schemaLocation="
- http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.2.xsd
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1.xsd
+ http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-4.0.xsd
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.2.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.1.xsd
- http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd">
+ http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.2.xsd
+ http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-4.2.xsd">
@@ -35,9 +35,9 @@
-
-
-
+
+
+
diff --git a/spring-security-mvc-persisted-remember-me/src/main/webapp/WEB-INF/view/console.jsp b/spring-security-mvc-persisted-remember-me/src/main/webapp/WEB-INF/view/console.jsp
index d18b59a10c..5a58d8892f 100644
--- a/spring-security-mvc-persisted-remember-me/src/main/webapp/WEB-INF/view/console.jsp
+++ b/spring-security-mvc-persisted-remember-me/src/main/webapp/WEB-INF/view/console.jsp
@@ -16,7 +16,7 @@
- ">Logout
+ ">Logout