This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new cbdeefa300 Missed rename
cbdeefa300 is described below
commit cbdeefa30038364c6e8cb0977883a45340e74c53
Author: remm <[email protected]>
AuthorDate: Thu Sep 11 21:20:24 2025 +0200
Missed rename
---
java/org/apache/tomcat/util/net/SecureNioChannel.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/tomcat/util/net/SecureNioChannel.java
b/java/org/apache/tomcat/util/net/SecureNioChannel.java
index 40df014362..4bf40a7796 100644
--- a/java/org/apache/tomcat/util/net/SecureNioChannel.java
+++ b/java/org/apache/tomcat/util/net/SecureNioChannel.java
@@ -930,9 +930,9 @@ public class SecureNioChannel extends NioChannel {
protected void createSSLEngine(String hostName, List<Cipher>
clientRequestedCiphers,
List<String> clientRequestedApplicationProtocols, List<String>
clientRequestedProtocols,
- List<Group> clientSupportedGroups, List<SignatureScheme>
clientSignatureAlgorithms) {
+ List<Group> clientSupportedGroups, List<SignatureScheme>
clientSignatureSchemes) {
sslEngine = endpoint.createSSLEngine(hostName, clientRequestedCiphers,
clientRequestedApplicationProtocols,
- clientRequestedProtocols, clientSupportedGroups,
clientSignatureAlgorithms);
+ clientRequestedProtocols, clientSupportedGroups,
clientSignatureSchemes);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]