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 2021/09/24 12:01:42 UTC

[tomcat] branch main updated: Remove deprecated method

This is an automated email from the ASF dual-hosted git repository.

markt 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 4e96884  Remove deprecated method
4e96884 is described below

commit 4e96884d2e7464e8654b5e06a3c5be24213c56b8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Sep 24 13:01:39 2021 +0100

    Remove deprecated method
---
 java/org/apache/tomcat/util/net/SocketWrapperBase.java | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/java/org/apache/tomcat/util/net/SocketWrapperBase.java b/java/org/apache/tomcat/util/net/SocketWrapperBase.java
index 27660fc..f96ddc2 100644
--- a/java/org/apache/tomcat/util/net/SocketWrapperBase.java
+++ b/java/org/apache/tomcat/util/net/SocketWrapperBase.java
@@ -791,21 +791,6 @@ public abstract class SocketWrapperBase<E> {
     /**
      * Obtain an SSLSupport instance for this socket.
      *
-     * @param clientCertProvider The name of the client certificate provider to
-     *                           use. Only used by APR/native.
-     *
-     * @return An SSLSupport instance for this socket.
-     *
-     * @deprecated Will be removed in Tomcat 10.1.x onwards
-     */
-    @Deprecated
-    public SSLSupport getSslSupport(String clientCertProvider) {
-        return getSslSupport();
-    }
-
-    /**
-     * Obtain an SSLSupport instance for this socket.
-     *
      * @return An SSLSupport instance for this socket.
      */
     public abstract SSLSupport getSslSupport();

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