diff --git a/sandbox/heavyduty/pom.xml b/sandbox/heavyduty/pom.xml index a30400feb2..48cc0f82cb 100755 --- a/sandbox/heavyduty/pom.xml +++ b/sandbox/heavyduty/pom.xml @@ -137,7 +137,7 @@ maven-jetty-plugin 6.1.7 - /tutorial + /heavyduty 8080 @@ -159,7 +159,7 @@ - 2.5.3 + 2.5.4 2.0.1-SNAPSHOT diff --git a/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-security.xml b/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-security.xml index 055b910218..40506db73d 100755 --- a/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-security.xml +++ b/sandbox/heavyduty/src/main/webapp/WEB-INF/appContext-security.xml @@ -30,7 +30,7 @@ - + diff --git a/sandbox/heavyduty/src/main/webapp/secure/index.jsp b/sandbox/heavyduty/src/main/webapp/secure/index.jsp index e44be8bcd7..6abe155d88 100755 --- a/sandbox/heavyduty/src/main/webapp/secure/index.jsp +++ b/sandbox/heavyduty/src/main/webapp/secure/index.jsp @@ -27,7 +27,9 @@ or if you've authenticated this session. <sec:authentication property='principal.accountNonLocked' /> - + + +Saved Request: <%= session.getAttribute("SPRING_SECURITY_SAVED_REQUEST_KEY") %> Home
Home