basic or form based authentication not working

2005-01-20 Thread Ashish Kulkarni
Hi i am using tomcat5.0.28 and trying to setup basic or form based authentication, and it is just not working, following is the information in web.xml security-constraint web-resource-collection web-resource-namesecure download maps software /web-resource-name

Re: basic or form based authentication not working

2005-01-20 Thread Omar Adobati
can you show haow you set up the context for this webapp? On Thu, 20 Jan 2005 11:49:02 -0800 (PST), Ashish Kulkarni [EMAIL PROTECTED] wrote: Hi i am using tomcat5.0.28 and trying to setup basic or form based authentication, and it is just not working, following is the information in

Re: basic or form based authentication not working

2005-01-20 Thread Ashish Kulkarni
Hi I was able to get it working, in context i had not set privileged=true, i added this line and it works fine now Ashish --- Omar Adobati [EMAIL PROTECTED] wrote: can you show haow you set up the context for this webapp? On Thu, 20 Jan 2005 11:49:02 -0800 (PST), Ashish Kulkarni [EMAIL