From 941bb06472eee2a78a72908c1c4d9203f6e0aaa4 Mon Sep 17 00:00:00 2001 From: egmp777 Date: Sun, 10 Aug 2014 19:04:57 -0500 Subject: [PATCH] Spring Security Login and Registration Code without clean-up --- .../main/webapp/WEB-INF/view/registration.jsp | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 spring-security-login-error-handling/src/main/webapp/WEB-INF/view/registration.jsp diff --git a/spring-security-login-error-handling/src/main/webapp/WEB-INF/view/registration.jsp b/spring-security-login-error-handling/src/main/webapp/WEB-INF/view/registration.jsp new file mode 100644 index 0000000000..0e0f33a9cd --- /dev/null +++ b/spring-security-login-error-handling/src/main/webapp/WEB-INF/view/registration.jsp @@ -0,0 +1,56 @@ + +<%@ page contentType="text/html;charset=UTF-8" language="java"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%> +<%@ page session="false"%> + +
+ +
+
+ + +
+ + "> +
+ + +
+ + + +Registration + + +

This is the registration page

+ + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + \ No newline at end of file