Re: exclusions from conf/web.xml are not being picked up

2009-12-15 Thread Shaun Senecal
arale, Charles R wrote: >> From: Pid [mailto:p...@pidster.com] >> Subject: Re: exclusions from conf/web.xml are not being picked up >> >> The /agentapp/ could be deployed in it's own war, or exploded dir, with >> a separate web.xml.  The favicon is a bit more tric

RE: exclusions from conf/web.xml are not being picked up

2009-12-15 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: exclusions from conf/web.xml are not being picked up > > The /agentapp/ could be deployed in it's own war, or exploded dir, with > a separate web.xml. The favicon is a bit more tricky, not sure you can > do what you

Re: exclusions from conf/web.xml are not being picked up

2009-12-15 Thread Pid
On 15/12/2009 06:45, Shaun Senecal wrote: I have a "blanket" security-constraint defined in my conf/web.xml, followed by a couple more specific security-constraints. However, it appears that the more specific ones are not being picked up. When I break in FormAuthenticator.invoke(), I can see in

exclusions from conf/web.xml are not being picked up

2009-12-14 Thread Shaun Senecal
I have a "blanket" security-constraint defined in my conf/web.xml, followed by a couple more specific security-constraints. However, it appears that the more specific ones are not being picked up. When I break in FormAuthenticator.invoke(), I can see in the constraints variable (SecurityConstrain