From c85f39fe6a34744c5ae845356fda851ab596d3d4 Mon Sep 17 00:00:00 2001 From: maxcooper Date: Mon, 26 Jan 2004 11:04:02 +0000 Subject: [PATCH] moved to this app from share directory to avoid conflict with rememberme app --- web/catalina-example/loginForm.jsp | 35 +++++++++++++++++++++++++++++++++++ web/example/loginForm.jsp | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 web/catalina-example/loginForm.jsp create mode 100644 web/example/loginForm.jsp diff --git a/web/catalina-example/loginForm.jsp b/web/catalina-example/loginForm.jsp new file mode 100644 index 0000000..34d37c4 --- /dev/null +++ b/web/catalina-example/loginForm.jsp @@ -0,0 +1,35 @@ +<%@ page import="org.securityfilter.example.Constants"%> + + + + +<%=Constants.LOGIN_TITLE%> + + + +

<%=Constants.LOGIN_TITLE%>

+ +<%@include file="/menu.jsp" %> + +Login with username=<%=Constants.VALID_USERNAME%> +and password=<%=Constants.VALID_PASSWORD%>. + +
+ +Username: +

+ +Password: +

+ + + +

+ + \ No newline at end of file diff --git a/web/example/loginForm.jsp b/web/example/loginForm.jsp new file mode 100644 index 0000000..34d37c4 --- /dev/null +++ b/web/example/loginForm.jsp @@ -0,0 +1,35 @@ +<%@ page import="org.securityfilter.example.Constants"%> + + + + +<%=Constants.LOGIN_TITLE%> + + + +

<%=Constants.LOGIN_TITLE%>

+ +<%@include file="/menu.jsp" %> + +Login with username=<%=Constants.VALID_USERNAME%> +and password=<%=Constants.VALID_PASSWORD%>. + +
+ +Username: +

+ +Password: +

+ + + +

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