You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/05/12 15:56:17 UTC

svn commit: r1678947 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

Author: markt
Date: Tue May 12 13:56:17 2015
New Revision: 1678947

URL: http://svn.apache.org/r1678947
Log:
Fix typo. Clarify version number.

Modified:
    tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java?rev=1678947&r1=1678946&r2=1678947&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Tue May 12 13:56:17 2015
@@ -34,10 +34,10 @@ import org.apache.tomcat.util.res.String
  * on the basis that there will never be more than one thread performing I/O at
  * a time.
  * <br>
- * Note that unless Tomcat is configured with an ECC certificate, Firefox needs
- * o be configured with network.http.spdy.enforce-tls-profile=false in order for
- * FireFox to be able to connect.
- *
+ * Note that unless Tomcat is configured with an ECC certificate, FireFox
+ * (tested with v37.0.2) needs to be configured with
+ * network.http.spdy.enforce-tls-profile=false in order for FireFox to be able
+ * to connect.
  */
 public class Http2UpgradeHandler implements InternalHttpUpgradeHandler {
 



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