Skip to content

Commit 247e6cf

Browse files
committed
re-deprecate StandardAuthScheme.KERBEROS
1 parent d73101b commit 247e6cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

httpclient5/src/main/java/org/apache/hc/client5/http/auth/StandardAuthScheme.java

+4
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ private StandardAuthScheme() {
7171

7272
/**
7373
* Kerberos authentication scheme as defined in RFC 4120.
74+
*
75+
* @deprecated Do not use. The Kerberos scheme was never standardized, and its
76+
* implementation uses the old deprecated non mutual auth capable logic.
7477
*/
78+
@Deprecated
7579
public static final String KERBEROS = "Kerberos";
7680

7781
}

0 commit comments

Comments
 (0)