From fea4d01aad8406cc97a9c0376f71757ab3744746 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 9 Aug 2013 12:02:28 -0500 Subject: [PATCH] SEC-2194: hello samples displays username and logout properly --- .../src/main/webapp/WEB-INF/decorators/main.jsp | 7 +++++-- samples/helloworld-jc/src/main/webapp/index.jsp | 15 +++++++++++---- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/samples/hellomvc-jc/src/main/webapp/WEB-INF/decorators/main.jsp b/samples/hellomvc-jc/src/main/webapp/WEB-INF/decorators/main.jsp index 7a1b4c800b..3695fd8c1c 100644 --- a/samples/hellomvc-jc/src/main/webapp/WEB-INF/decorators/main.jsp +++ b/samples/hellomvc-jc/src/main/webapp/WEB-INF/decorators/main.jsp @@ -103,13 +103,16 @@ Spring Security Sample diff --git a/samples/helloworld-jc/src/main/webapp/index.jsp b/samples/helloworld-jc/src/main/webapp/index.jsp index 377b581e27..18b462b62e 100644 --- a/samples/helloworld-jc/src/main/webapp/index.jsp +++ b/samples/helloworld-jc/src/main/webapp/index.jsp @@ -22,9 +22,16 @@ -

This page is secured!

- -

You can also logout.

- +
+

This is secured!

+ +

+ Hello +

+

+ Click here to log out. +

+
+