This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 8ca1377 Fix Tomcat 8.5 issue
8ca1377 is described below
commit 8ca1377197245e1352e4d011cdd0404ba5672551
Author: remm <[email protected]>
AuthorDate: Thu Jun 4 17:05:22 2020 +0200
Fix Tomcat 8.5 issue
---
test/org/apache/tomcat/util/net/TesterSupport.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/tomcat/util/net/TesterSupport.java
b/test/org/apache/tomcat/util/net/TesterSupport.java
index e144406..bc7aca9 100644
--- a/test/org/apache/tomcat/util/net/TesterSupport.java
+++ b/test/org/apache/tomcat/util/net/TesterSupport.java
@@ -222,7 +222,7 @@ public final class TesterSupport {
return
System.getProperty("os.name").toLowerCase(Locale.ENGLISH).startsWith("mac os
x");
}
- protected static boolean isRenegotiationSupported(Tomcat tomcat) {
+ public static boolean isRenegotiationSupported(Tomcat tomcat) {
String protocol = tomcat.getConnector().getProtocolHandlerClassName();
if (protocol.contains("Apr")) {
// Disabled by default in 1.1.20 windows binary (2010-07-27)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]