blob: 608ea5ec522364cfc937441419fa250b76af4aae [file] [log] [blame]
<HTML>
<HEAD><TITLE>JAAS Authentication and Authorization Test</TITLE>
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
</HEAD>
<BODY>
<H1> Enter your username and password to login </H1>
<I> Enter login=me and password=me in order to authenticate successfully</I>
<form method="POST" action="j_security_check">
<B>Login: </B><input type="text" name="j_username">
<P>
<B>Password: </B><input type="password" name="j_password">
<P>
<input type="submit" value="Login"/>
</form>
<p>
</BODY>
</HTML>