Re: url-mapping problem

2004-04-20 Thread Bill Siggelkow
Here is some info on URL patterns that can be used in configuring security contstraints: There are four types of patterns that are searched in the following order: 1. Explicit mappings (no wildcards are used) – for example “/add.jsp” or “/admin/remove.do”. 2. Path prefix mappings – contains a “/

url-mapping problem

2004-04-20 Thread Charles Jordan
I am having problems configuring my security-constraints specifically the url-pattern What should this be set to? I have a jsp which displays a tree type menu in which the leaves call different .do's. I want some of these to be secure and require logins but not all. My question is: What do I put i