Re: Coyote's ServerSocketFactory problem

2004-04-06 Thread Anton Ushakov
point on the OutputStream when ending the request, no? This lack of flushing in not present in the HttpConnector, in tomcat 4. thank you -anton On Fri, 2004-04-02 at 17:14, Bill Barker wrote: > - Original Message - > From: "Anton Ushakov" <[EMAIL PROTECTED]> &

Re: Coyote's ServerSocketFactory problem

2004-04-02 Thread Anton Ushakov
anton On Thu, 2004-04-01 at 13:32, Bill Barker wrote: > - Original Message - > From: "Anton Ushakov" <[EMAIL PROTECTED]> > To: "Tomcat Developers List" <[EMAIL PROTECTED]> > Sent: Wednesday, March 31, 2004 10:59 PM > Subject: Re: Coyote&

Re: Coyote's ServerSocketFactory problem

2004-03-31 Thread Anton Ushakov
? All this IntrospectionUtils business is confusing... On Fri, 2004-03-26 at 18:03, Bill Barker wrote: > - Original Message ----- > From: "Anton Ushakov" <[EMAIL PROTECTED]> > To: "Tomcat Developers List" <[EMAIL PROTECTED]> > Sent: Friday, March 26, 2004 4:24

Re: Coyote's ServerSocketFactory problem

2004-03-26 Thread Anton Ushakov
Should I make a bug entry for this? I wanted to get someone from the tomcat dev team to see if I was missing something before flagging this as a bug. thank you -anton On Wed, 2004-03-24 at 17:16, Anton Ushakov wrote: > In CoyoteConnector.initialize() there's an assumption that if the &

Re: Coyote's ServerSocketFactory problem

2004-03-24 Thread Anton Ushakov
7.0.0.1" > enableLookups="false"> > clientAuth="true"/> > > > Works great. > > -Jim > > Anton Ushakov wrote: > > Hello Tomcat Developers! > > > > I'm working with Tomcat 4.1

Coyote's ServerSocketFactory problem

2004-03-24 Thread Anton Ushakov
Hello Tomcat Developers! I'm working with Tomcat 4.1.29 and I'd like to use my own ServerSocketFactory, as I'm working on a custom implementation of httpg (HTTP over GSSAPI authenticated sockets). This seems impossible by design, which I think may be a bug. Instead of using the deprecated HttpCon