Re: multiple pattern mapping

2006-05-03 Thread James Mitchell
Have you seen this one? http://sourceforge.net/projects/jsecurity/ -- James Mitchell On Apr 27, 2006, at 8:25 AM, Ted Husted wrote: Sadly, multiple extension mappings is not supported by Action 1 (*). "There can only be one". The usual workaround is to use different "folders" to represent

Re: multiple pattern mapping

2006-04-27 Thread Ted Husted
Sadly, multiple extension mappings is not supported by Action 1 (*). "There can only be one". The usual workaround is to use different "folders" to represent different authentification types. So, you'd have to have something like /auth/something.do versus /open/something.do. For more complex auth

multiple pattern mapping

2006-04-25 Thread Mike Korcynski
Hi, I'm trying to use 2 different pattern mappings to the action servlet, and have one handle protected action and one handle public actions using security-constraints, the mappings look like this: action *.auth action *.do The problem is in my form.jsp I specify my