Add namespace support for Servlet API integration.

This commit is contained in:
Ben Alex
2007-12-04 12:23:41 +00:00
parent a205f95c19
commit 85085abf9e
11 changed files with 86 additions and 46 deletions

View File

@@ -1,7 +1,9 @@
<html>
<body>
<h1>Home Page</h1>
Anyone can view this page.
Anyone can view this page.<br><br>
Your principal object is....: <%= request.getUserPrincipal() %><br><br>
<p><a href="secure/index.jsp">Secure page</a>
<p><a href="secure/extreme/index.jsp">Extremely secure page</a>