+
-
-
+
+
+
+
@@ -28,11 +31,13 @@
+
+
diff --git a/samples/openid/src/main/webapp/index.jsp b/samples/openid/src/main/webapp/index.jsp
index c815d484a3..dcf993ff34 100644
--- a/samples/openid/src/main/webapp/index.jsp
+++ b/samples/openid/src/main/webapp/index.jsp
@@ -1,11 +1,26 @@
+<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt"%>
+<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %>
+
-Home Page
-Anyone can view this page.
-Your principal object is....: <%= request.getUserPrincipal() %>
+OpenID Sample Home Page
-Secure page
-Extremely secure page
+
+
+Welcome back, !
+
+
+
+As a first time user of this site, your OpenID identity has been registered
+by the application and will be recognized if you return.
+
+
+
+Technical Information
+
+Your principal object is....: <%= request.getUserPrincipal() %>
+
+Logout
-
\ No newline at end of file
+