On 28/02/2015 12:04, Mark Thomas wrote:
> On 27/02/2015 04:14, schu...@apache.org wrote:
>> Author: schultz
>> Date: Fri Feb 27 04:14:11 2015
>> New Revision: 1662633
>>
>> URL: http://svn.apache.org/r1662633
>> Log:
>> Back-port r1662627 and r1662632 to fix 
>> https://bz.apache.org/bugzilla/show_bug.cgi?id=55988
>> Respect TLS server cipher ordering in JSSE-based connectors.
>> Based upon patches provided by Ognjen Blagojevic.
> 
> -1 (veto).
> 
> This patch uses SSLServerSocket.getSSLParameters(). That is only
> available with Java 7 onwards. Tomcat 7 is required (excluding
> WebSocket) to compile and run with Java 6.

This and a few other things like [1] make me think we need to bring back
the org.apache.tomcat.util.compat package - or a variation of it at
least - to access optional features if Tomcat is running on later than
the minimum JRE.

I'll take a stab at a fix for [1] over the weekend with a view to
extending it to cover BZ 55988 as well.

Mark


[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56848


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to