From: maxcooper Date: Mon, 26 Jan 2004 11:04:02 +0000 (+0000) Subject: moved to this app from share directory to avoid conflict with rememberme app X-Git-Tag: rel-2_0-alpha1 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c85f39fe6a34744c5ae845356fda851ab596d3d4;p=securityfilter.git moved to this app from share directory to avoid conflict with rememberme app --- 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