Re: Coyote's ServerSocketFactory problem

2004-04-06 Thread Anton Ushakov
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] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Friday

Re: Coyote's ServerSocketFactory problem

2004-04-02 Thread Anton Ushakov
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's ServerSocketFactory problem Alright, thanks Bill. I have nothing against Tomcat5

Re: Coyote's ServerSocketFactory problem

2004-03-31 Thread Anton Ushakov
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 PM Subject: Re: Coyote's ServerSocketFactory problem Should

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 factory

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

Re: Coyote's ServerSocketFactory problem

2004-03-24 Thread Anton Ushakov
=nyw.catalina.NYWCoyoteServerSocketFactory clientAuth=true/ /Connector Works great. -Jim Anton Ushakov wrote: 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