This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 74617c9bec Change name from java17 to foreign 74617c9bec is described below commit 74617c9becd5613f8adb0c6c5f5d58f364193dd8 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