Re: Re: Problem with POST and FORM based authentication

2002-02-06 Thread Anil Paul
: Problem with POST and FORM based authentication Dear all, I am trying to apply a security contraint on POST requests to my servlet. I specifed it in my web.xml as: security-constraint web-resource-collection web-resource-nameposttest/web-resource-name url-pattern/servlet/TestServlet

Re: Problem with POST and FORM based authentication

2002-02-04 Thread RSEQUEIRA
with POST and FORM based authentication Dear all, I am trying to apply a security contraint on POST requests to my servlet. I specifed it in my web.xml as: security-constraint web-resource-collection web-resource-nameposttest/web-resource-name url-pattern/servlet/TestServlet/url