Re: Exclude url from authorized access-web.xml

2012-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahul, On 7/12/12 2:55 AM, Rahul R wrote: > How can I add an email id to auth instead of adding a whole group? You can't. > Is that possible? Not when using the servlet-spec-defined authorization features. You can certainly implement anything you w

Re: Exclude url from authorized access-web.xml

2012-07-11 Thread Rahul R
How can I add an email id to auth instead of adding a whole group? Is that possible? I don't want to give the access to all the members of the groups in the AD. Following is the web.xml of my tomcat. Protected Area /*

Re: Exclude url from authorized access-web.xml

2012-06-14 Thread Pid
On 14/06/2012 15:06, Rahul R wrote: > Hi All, > > I have an issue with allowing access to a page which is secured using > active directory authentication. I want some pages/content to be excluded > from this. Following is my web.xml file under conf of tomcat. > > > [code=java] > > >

Exclude url from authorized access-web.xml

2012-06-14 Thread Rahul R
Hi All, I have an issue with allowing access to a page which is secured using active directory authentication. I want some pages/content to be excluded from this. Following is my web.xml file under conf of tomcat. [code=java] Protected Area