Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 92076 invoked from network); 14 Jun 2000 22:23:42 -0000 Received: from adsl-63-198-47-229.dsl.snfc21.pacbell.net (HELO costin.dnt.ro) (63.198.47.229) by locus.apache.org with SMTP; 14 Jun 2000 22:23:42 -0000 Received: from localhost (costin@localhost) by costin.dnt.ro (8.9.3+Sun/8.9.1) with ESMTP id PAA16064 for ; Wed, 14 Jun 2000 15:23:09 -0700 (PDT) Date: Wed, 14 Jun 2000 15:23:08 -0700 (PDT) From: To: tomcat-dev@jakarta.apache.org Subject: Re: SSL Issues In-Reply-To: <200006142213.QAA00037@durango.Central.Sun.COM> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I just started - it's not ready yet. I'll add a hook in ServerFactory to allow it to set Request parameters ( certs, etc ), but I need some time ( or patches :-). Costin On Wed, 14 Jun 2000, Arieh Markel wrote: > I have been able to successfully connect to the SSL socket factory using > an https request, I begun debugging the servlets that I expose through the > website. > > My initial servlet is a 'login' servlet. > > After printing the HttpServletRequest headers and parameters, I > am wondering whether the 'handler' needs to be sensitive to the request. > > This, since the servlet sees no difference between the request for > http and https: > > request.isSecure == false > request.protocol == HTTP/1.0 > > (the protocol will probably remain the same, since the SSL capability is > on the transport and not on the protocol. However, I was expecting the > 'isSecure()' call to return false in one case (http), true in the other > (https)). > > Has anybody ran into something similar ? > > Arieh > -- > Arieh Markel Sun Microsystems Inc. > Network Storage 500 Eldorado Blvd. MS UBRM11-194 > e-mail: arieh.markel@sun.COM Broomfield, CO 80021 > Let's go Panthers !!!! Phone: (303) 272-8547 x78547 > (e-mail me with subject SEND PUBLIC KEY to get public key) > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org >