Environment: Tomcat 8.0.33 on RHEL6
In our app we are capturing the SSL/TLS protocol being used by referencing the org.apache.tomcat.util.net.secure_protocol_version request attribute. When the connector is NIO this works beautifully, but trying this on NIO2 returns null. ----- Jason Schwanz