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 b56714efb3 Change name from java17 to foreign b56714efb3 is described below commit b56714efb33571fa0ccc315ce8753e15ce3bfc37 Author: remm <r...@apache.org> AuthorDate: Tue May 10 14:47:41 2022 +0200 Change name from java17 to foreign After looking at SSL due to the PEMFile changes. --- java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java b/java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java index d988095b1e..d8241a6bac 100644 --- a/java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java +++ b/java/org/apache/coyote/http11/AbstractHttp11JsseProtocol.java @@ -40,7 +40,7 @@ public abstract class AbstractHttp11JsseProtocol<S> } if (getSslImplementationName() != null && getSslImplementationName().endsWith(".panama.OpenSSLImplementation")) { - return "openssljava17"; + return "opensslforeign"; } return "jsse"; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org