Re: How to use web.xml to authenticate a access to a single page

2010-01-02 Thread Dave
Thanks. It worked. On Jan 2, 1:33 pm, philippe wrote: > Try with /* url-pattern > > On 1 jan, 22:40, Dave wrote: > > > (Newbie) I have a web page that I want to authenticate users before > > they are allowed to access the page. I set the authentication > > parameters in the web.xml but it's not

Re: How to use web.xml to authenticate a access to a single page

2010-01-02 Thread Dave
I've made some minor progress. I have had some success with deployment. Where the web address is http://somewebsite.appspot.com/#page. That is, I am able to restrict user access on .../#page. I have used the following web.xml. ... /somewebsite/page/

Re: How to use web.xml to authenticate a access to a single page

2010-01-02 Thread philippe
Try with /* url-pattern On 1 jan, 22:40, Dave wrote: > (Newbie) I have a web page that I want to authenticate users before > they are allowed to access the page. I set the authentication > parameters in the web.xml but it's not working. I use a hyperlink to > get this page. The address of this pa

How to use web.xml to authenticate a access to a single page

2010-01-01 Thread Dave
(Newbie) I have a web page that I want to authenticate users before they are allowed to access the page. I set the authentication parameters in the web.xml but it's not working. I use a hyperlink to get this page. The address of this page in the browser is http://somewebsite.appspot.com/#page. Frag