From 120ee15ae5d7a6d8e184e6580e535112ec1e40cc Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sun, 15 Nov 2015 22:57:39 +0100 Subject: Build a login that forwards to a JSP --- WebContent/LoginSuccess.jsp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 WebContent/LoginSuccess.jsp (limited to 'WebContent/LoginSuccess.jsp') diff --git a/WebContent/LoginSuccess.jsp b/WebContent/LoginSuccess.jsp new file mode 100644 index 0000000..d4fe5de --- /dev/null +++ b/WebContent/LoginSuccess.jsp @@ -0,0 +1,14 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + + +Welcome + + +

Welcome <%= session.getAttribute("username") %>
+ Retry + + \ No newline at end of file -- cgit v1.2.3-70-g09d2