Apache Tomcat 7.0.37 Released
The Apache Tomcat team released version 7.0.37, which contains mostly bug fixes but there has been an improvement made to ssl/tls protocol and cipher handling:
Improve handling of ciphers and sslEnabledProtocols options for the BIO and NIO connectors. The behaviour of each connector is now the same. The values provided are pruned to those supported by the SSL implementation and when none of the remaining values are supported a warning is issued and the connector configured with an empty set of options (which essentially disables HTTPS support).
See the release announcement and changelog for more information. Source and Binary downloads are available from a Tomcat mirror site near you.