diff --git a/spring-security-mvc-session/src/main/resources/webSecurityConfig.xml b/spring-security-mvc-session/src/main/resources/webSecurityConfig.xml index 38348cb6ff..cb7e3f0645 100644 --- a/spring-security-mvc-session/src/main/resources/webSecurityConfig.xml +++ b/spring-security-mvc-session/src/main/resources/webSecurityConfig.xml @@ -17,8 +17,8 @@ - - + + diff --git a/spring-security-mvc-session/src/main/webapp/WEB-INF/view/invalidSession.jsp b/spring-security-mvc-session/src/main/webapp/WEB-INF/view/invalidSession.jsp new file mode 100644 index 0000000000..e8455ee118 --- /dev/null +++ b/spring-security-mvc-session/src/main/webapp/WEB-INF/view/invalidSession.jsp @@ -0,0 +1,10 @@ +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> + + + + +

Invalid Session Page

+ + ">To Login + + \ No newline at end of file diff --git a/spring-security-mvc-session/src/main/webapp/WEB-INF/view/sessionExpired.jsp b/spring-security-mvc-session/src/main/webapp/WEB-INF/view/sessionExpired.jsp new file mode 100644 index 0000000000..ab0f1c8c63 --- /dev/null +++ b/spring-security-mvc-session/src/main/webapp/WEB-INF/view/sessionExpired.jsp @@ -0,0 +1,10 @@ +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> + + + + +

Session Expired Page

+ + ">To Login + + \ No newline at end of file