Re: web.xml question

2005-11-30 Thread Tim Funk
time myself. Dean 8-) -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:34 AM To: Tomcat Users List Subject: Re: web.xml question Security constraints are only imposed on the incoming URL. Long story short - you'll need to place the entire w

Re: web.xml question

2005-11-29 Thread Robert Palmer
9, 2005 10:34 AM To: Tomcat Users List Subject: Re: web.xml question Security constraints are only imposed on the incoming URL. Long story short - you'll need to place the entire webapp in SSL. There is no clean way to use declarative statements to force the login to be SSL and the rest of th

Re: web.xml question

2005-11-29 Thread Tim Funk
: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:34 AM To: Tomcat Users List Subject: Re: web.xml question Security constraints are only imposed on the incoming URL. Long story short - you'll need to place the entire webapp in SSL. There is no clean way to use declarativ

RE: web.xml question

2005-11-29 Thread Dean Searle
are doing, possibly masquerading the url or something? Again not an expert, but something I have been interested in for some time myself. Dean 8-) -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:34 AM To: Tomcat Users List Subject: Re: web.xm

RE: web.xml question

2005-11-29 Thread Klotz Jr, Dennis
f you wish to use a form based login. -Dennis -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:34 AM To: Tomcat Users List Subject: Re: web.xml question Security constraints are only imposed on the incoming URL. Long story short - you'

Re: web.xml question

2005-11-29 Thread Tim Funk
Security constraints are only imposed on the incoming URL. Long story short - you'll need to place the entire webapp in SSL. There is no clean way to use declarative statements to force the login to be SSL and the rest of the webapp be nonssl. -Tim Klotz Jr, Dennis wrote: Hello all. I hope