On Fri, 8 Mar 2002, Remy Maucherat wrote:
> Date: Fri, 8 Mar 2002 11:20:57 -0800
> From: Remy Maucherat <[EMAIL PROTECTED]>
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: Tomcat Developers List <[EMAIL PROTECTED]>
> Subject: Re: cvs commit:
> jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote Request.java
>
> > I've just started the 3.3.x port of Coyote. I can manage to set this one,
> > but who uses it? The Processor (currently) doesn't look at it (AFAIK).
>
> That's the problem at the moment. I'm still undecided as to what goes where.
> The 'secure' flag may be Catalina specific (and the processor has no clue
> whether or not the connection is secure; it's the connector which knows
> that), so I moving it to the adapter.
>
Catalina uses the "secure" property of the current HTTP connector to give
the right answer to ServletRequest.isSecure(). I imagine the same thing
will need to be done for Coyote (and the "secure" flag would also need to
be sent along for a JK request because it can vary each time???).
> The API may change a bit. Maybe it will become closer to the one used by TC
> 3.3. I hope you don't mind the API stability problems too much ...
> Hopefully, it will be stable soon.
>
> Remy
>
Craig
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>