Sha256: 089d3b16f3f4258d79ccb1c7758c1361e6f9dfe64b91b5c916533f9996418855

Contents?: true

Size: 504 Bytes

Versions: 8

Compression:

Stored size: 504 Bytes

Contents

<HTML>
<H1>FORM Authentication demo</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>

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
miso-java-0.1.5 jetty/examples/test-webapp/src/main/webapp/logon.html
miso-java-0.1.5 jetty/webapps/test/logon.html
miso-java-0.1.4 jetty/examples/test-webapp/src/main/webapp/logon.html
miso-java-0.1.4 jetty/webapps/test/logon.html
miso-java-0.1.3 jetty/examples/test-webapp/src/main/webapp/logon.html
miso-java-0.1.3 jetty/webapps/test/logon.html
miso-java-0.1.2 jetty/examples/test-webapp/src/main/webapp/logon.html
miso-java-0.1.2 jetty/webapps/test/logon.html