File logon.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Una Applicazione Thread Unsafe</title>
</head>
<body>
<h1>Login</h1>
Inserire nei campi sottostanti la propria UserID e Password:
<form action="UnsafeServlet" method="POST">
<p><input type="text" name="userID" length="40" /></p>
<p><input type="password" name="password" length="40" /></p>
<p><input type="submit" value="Submit" /></p>
</form>
</body>
</html>