https://issues.apache.org/bugzilla/show_bug.cgi?id=54691
Bug ID: 54691 Summary: Rename HTTPS BIO/NIO connector attribute "protocols" to sslEnabledProtocols and document it. Product: Tomcat 6 Version: 6.0.36 Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: Connectors Assignee: dev@tomcat.apache.org Reporter: ognjen.d.blagoje...@gmail.com Classification: Unclassified HTTPS BIO/NIO connector in Tomcat 7 have two attributes for protocol selection: 1. sslProtocol, to enable group of protocols, e.g. setting sslProtocol="TLSv1.1" might enable SSLv3, TLSv1 and TLSv1.1, and 2. sslEnabledProtocols, to enable specific protocols, e.g. setting sslEnabledProtocols="TLSv1,TLSv1.1" will enable only those two protocols. Tomcat 6 have one documented and one undocumented attribute: 1. sslProtocol (documented) - to enable group of protocols 2. protocols, to enable specific protocols, similar as the above. Please: 1. rename Tomcat 6 "protocols" attribute to "sslEnabledProtocols", 2. document that attribute. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org