On Tuesday 24 July 2007 15:14:09 Caldarale, Charles R wrote:
> As has been stated so many times: read the servlet spec. In particular,
> look at section 12, which discusses security. If you're using
> declarative security, just set it up to cover all URLs for the webapp;
Section 12 doesn't seem
I'm using Tomcat 6 to serve a web application that consists of a bunch of JSF
pages and a bunch of static HTML help files. The web application uses
authentication, and the JSF pages are not accessible unless you first log in
with a username and password. So far so good. But the static HTML help