summaryrefslogtreecommitdiffstats
path: root/sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/auth/logon.html
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/auth/logon.html')
-rw-r--r--sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/auth/logon.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/auth/logon.html b/sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/auth/logon.html
deleted file mode 100644
index 09191f7010..0000000000
--- a/sandbox/lresende/sca/samples/store-secure-webapp/src/main/webapp/auth/logon.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<HTML>
-<H1>Store Authentication</H1>
-<form method="POST" action="j_security_check">
-<table border="0" cellspacing="2" cellpadding="1">
-<tr>
- <td>Username:</td>
- <td><input size="12" value="" name="j_username" maxlength="25" type="text"></td>
-</tr>
-<tr>
- <td>Password:</td>
- <td><input size="12" value="" name="j_password" maxlength="25" type="password"></td>
-</tr>
-<tr>
- <td colspan="2" align="center">
- <input name="submit" type="submit" value="Login">
- </td>
-</tr>
-</table>
-</form>
-</HTML> \ No newline at end of file