Hi all, I'm trying to create a web application that imposes a security constraint on all but a few of the JSP pages. I don't want to split up the application putting the non-public stuff in a private directory and only applying the security-constraint to this, as this isn't as elegant as the solution I would ideally like as I want the root of the webapp to be the root for a logged in user, not for them to go to some directory within the webapp.
Basically, is there a way to refine the security constraints url-pattern tag to allow excluding certain files or directories? Thanks in advance, Joel Baker. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
