Re: security-constraint in web.xml

2004-08-17 Thread Fabian Pena
help to configure a secure application. I'm trying to request a client certificate in one page only (the rest should be accesible without presenting a certificate) and force to use SSL in the entire application. I put the following in the web.xml security-constraint web-resource-collection

security-constraint in web.xml

2004-08-16 Thread fpena
I need help to configure a secure application. I'm trying to request a client certificate in one page only (the rest should be accesible without presenting a certificate) and force to use SSL in the entire application. I put the following in the web.xml security-constraint web

Re: security-constraint in web.xml

2004-08-16 Thread Jon Wingfield
in the entire application. I put the following in the web.xml security-constraint web-resource-collection web-resource-namecertificates/web-resource-name url-pattern/certificates/add.action/url-pattern http-methodGET/http-method http-methodPOST

Re: security-constraint in web.xml

2004-08-16 Thread Joel
the following in the web.xml security-constraint web-resource-collection web-resource-namecertificates/web-resource-name url-pattern/certificates/add.action/url-pattern http-methodGET/http-method http-methodPOST/http-method /web

Re: security-constraint in web.xml

2004-08-16 Thread Bill Barker
certificate in one page only (the rest should be accesible without presenting a certificate) and force to use SSL in the entire application. I put the following in the web.xml security-constraint web-resource-collection web-resource-namecertificates/web-resource-name

security-constraint in web.xml

2004-08-14 Thread fpena
Hello, how are you? I need help to configure a secure application. I am trying to request client certificate in only one page and force to use SSL in the entire application. I put the following in the web.xml security-constraint web-resource-collection web-resource

Security Constraint in web.xml

2002-08-16 Thread Kevin Andryc
://localhost:8080/test/servlet/bar) then no login page appears. Can this be done in the security constraint in my web.xml? If so, how? I have tried before and keep getting errors! Thanks, Kevin Kevin Andryc Web Systems Engineer MISER http://www.umass.edu/miser/ Phone: (413)-545-3460 [EMAIL PROTECTED

Re: Security Constraint in web.xml

2002-08-16 Thread V. Cekvenich
://localhost:8080/test/servlet/foo) then a login page comes up and the person has to sign in. But, if the person tries to access a different servlet (i.e.: http://localhost:8080/test/servlet/bar) then no login page appears. Can this be done in the security constraint in my web.xml? If so, how? I have