diff --git a/src/main/webapp/WEB-INF/view/hello.jsp b/src/main/webapp/WEB-INF/view/hello.jsp index cacd25c..264e6a6 100644 --- a/src/main/webapp/WEB-INF/view/hello.jsp +++ b/src/main/webapp/WEB-INF/view/hello.jsp @@ -1,19 +1,28 @@ -<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%>

Title : ${title}

Message : ${message}

- + -

Welcome : ${pageContext.request.userPrincipal.name}

-

" >Logout

- -
- Switch to user:
- -
-
+

Welcome : ${pageContext.request.userPrincipal.name}

+ + + + +

">Logout

+
+ +

">Logout

+ +
+ Switch to user:
+ +
+
+
+
\ No newline at end of file