RE: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Turner, John
The return from getProtocol() is correct, AFAIK. I don't believe there is a HTTPS/1.1 or similar, but I could be wrong. By check protocol type in the docs (agreed, it is unclear), I believe it means to do one (or all) of the following: - check the URL for https - check the port number for the

Re: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Ian Hunter
SSL/HTTPS behind Tomcat via AJP13 The return from getProtocol() is correct, AFAIK. I don't believe there is a HTTPS/1.1 or similar, but I could be wrong. By check protocol type in the docs (agreed, it is unclear), I believe it means to do one (or all) of the following: - check the URL

RE: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Turner, John
Subject: Re: How to verify SSL/HTTPS behind Tomcat via AJP13 I've fallen back to seeing if getRequestURL().toString().startsWith(https) -- that seems pretty kludgy. Any other ideas? - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL

Re: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Ian Hunter
front ends... - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 9:37 AM Subject: RE: How to verify SSL/HTTPS behind Tomcat via AJP13 Nope. I think there are some SSL-specific Request variables that are sent

RE: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Eduardo Jaunez S.
[mailto:[EMAIL PROTECTED] Enviado el: Martes, 25 de Febrero de 2003 11:31 Para: Tomcat Users List Asunto: Re: How to verify SSL/HTTPS behind Tomcat via AJP13 I've fallen back to seeing if getRequestURL().toString().startsWith(https) -- that seems pretty kludgy. Any other ideas

Re: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Ian Hunter
:31 Para: Tomcat Users List Asunto: Re: How to verify SSL/HTTPS behind Tomcat via AJP13 I've fallen back to seeing if getRequestURL().toString().startsWith(https) -- that seems pretty kludgy. Any other ideas? - Original Message - From: Turner, John [EMAIL PROTECTED

Re: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Kris Schneider
[EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 9:37 AM Subject: RE: How to verify SSL/HTTPS behind Tomcat via AJP13 Nope. I think there are some SSL-specific Request variables that are sent along with a SSL request, you could always Enum

RE: How to verify SSL/HTTPS behind Tomcat via AJP13

2003-02-25 Thread Eduardo Jaunez S.
), and when something is set, isn't related to SSL. So I guess I forgot to set something. -Mensaje original- De: Ian Hunter [mailto:[EMAIL PROTECTED] Enviado el: Martes, 25 de Febrero de 2003 12:02 Para: Tomcat Users List Asunto: Re: How to verify SSL/HTTPS behind Tomcat via AJP13