Re: Tomcat 7 and JIoEndpoint as used in ssl

2012-07-05 Thread Hermes Flying
t: Re: Tomcat 7 and JIoEndpoint as used in ssl 2012/7/5 Hermes Flying : > Ok I will read these thank you. > So essentially you are saying that I can not get away by justo overriding the > new method delegating to the old one? I.e. > > public ServerSocketFactory getServerSocketFact

Re: Tomcat 7 and JIoEndpoint as used in ssl

2012-07-05 Thread Konstantin Kolinko
2012/7/5 Hermes Flying : > Ok I will read these thank you. > So essentially you are saying that I can not get away by justo overriding the > new method delegating to the old one? I.e. > > public ServerSocketFactory getServerSocketFactory(AbstractEndpoint endpoint){ > return getServerSock

Re: Tomcat 7 and JIoEndpoint as used in ssl

2012-07-05 Thread Hermes Flying
worked fine in older Tomcat version } and call my existing implementation and just ignore the endpoint parameter? From: Konstantin Kolinko To: Tomcat Users List Sent: Thursday, July 5, 2012 3:25 PM Subject: Re: Tomcat 7 and JIoEndpoint as used in ssl 2012/7

Re: Tomcat 7 and JIoEndpoint as used in ssl

2012-07-05 Thread Konstantin Kolinko
2012/7/5 Hermes Flying : > Hi, > > I have build a custom SSL implementation and I use that for the SSL > connectivity in Tomcat. > This was build back in Tomcat 5 and it works in Tomcat 6 > But now that we are trying to migrate in Tomcat 7 a change has been done that > breaks my implementation. >

Tomcat 7 and JIoEndpoint as used in ssl

2012-07-04 Thread Hermes Flying
Hi, I have build a custom SSL implementation and I use that for the SSL connectivity in Tomcat. This was build back in Tomcat 5 and it works in Tomcat 6 But now that we are trying to migrate in Tomcat 7 a change has been done that breaks my implementation. Specifically the org.apache.tomcat.uti