ShowRequestHeaders.java
A servlet that creates a table of all the headers it receives,
along with their associated values. It also prints out the
three components of the main request line (method, URI, and protocol).
EncodedPage.java
A servlet that sends the page encoded with gzip if the browser
support this compression scheme.
ProtectedPage.java
A servlet that allows access only with proper authentication.
PasswordBuilder.java
Small application that builds the password properties file.