Author: rjung Date: Tue May 26 16:52:58 2015 New Revision: 1681793 URL: http://svn.apache.org/r1681793 Log: Remove erroneous addition introduced in r1681779.
Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1681793&r1=1681792&r2=1681793&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Tue May 26 16:52:58 2015 @@ -1218,7 +1218,6 @@ </attribute> <attribute name="protocols" required="false"> - <p>OpenSSL only, for JSSE use <code>sslProtocol</code>.</p> <p>The names of the protocols to support when communicating with clients. This should be a list of any combination of the following: </p> @@ -1256,7 +1255,7 @@ </attribute> <attribute name="sslProtocol" required="false"> - <p>JSSE only, for OpenSSL use <code>protocols</code>.</p> + <p>JSSE only.</p> <p>The the SSL protocol(s) to use (a single value may enable multiple protocols - see the JVM documentation for details). If not specified, the default is <code>TLS</code>. The permitted values may be obtained from the --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org