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 “/
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
2 matches
Mail list logo