Author: markt Date: Mon Nov 10 14:13:26 2014 New Revision: 1637867 URL: http://svn.apache.org/r1637867 Log: Drop my proposal. Vote for Konstantin's. This effectively removed Remy's vote. I was tempted to leave it but the patch is different.
Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1637867&r1=1637866&r2=1637867&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Nov 10 14:13:26 2014 @@ -32,24 +32,8 @@ PATCHES PROPOSED TO BACKPORT: Enable Tomcat to start when using a IBM JRE in strict SP800-131a mode This back-ports the fix as well as some additional changes to more closely align the Tomcat 6 code with the code in Tomcat 7. - http://people.apache.org/~markt/patches/2014-11-06-bug56780-tc6-v2.patch - +1: markt, remm - -1: kkolinko: It does not compile with Java 5. - - First, Java 5 does not allow @Override annotations when implementing - method declared by an interface. - - Second, once I remove those overrides, compilation fails at - "context.getSupportedSSLParameters().getCipherSuites();" line - in JSSESocketFactory.java line 539. The method - SSLContext.getSupportedSSLParameters() is @since Java 6. - https://docs.oracle.com/javase/6/docs/api/javax/net/ssl/SSLContext.html - - I think it can be replaced with "sslProxy.getSupportedCipherSuites()". - - Updated patch: https://people.apache.org/~kkolinko/patches/2014-11-09_tc6_bug56780-v3.patch - +1: kkolinko + +1: kkolinko, markt -1: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org