Re: automatically detecting if HTTPS is supported

2006-06-25 Thread Sameer Acharya
You should be able to do a isSecure() on the request object to check if the request is thru' secure channel. -Sameer Jason Novotny <[EMAIL PROTECTED]> wrote: Hi, I have a JSP that does a form submission, and I'm wondering if there's any way I can detect if HTTPS is supported so that I can

automatically detecting if HTTPS is supported

2006-06-23 Thread Jason Novotny
Hi, I have a JSP that does a form submission, and I'm wondering if there's any way I can detect if HTTPS is supported so that I can create a secure https connection to my servlet, or use normal http if not. Thanks, Jason