Skip to content

Commit e698321

Browse files
committed
re-deprecate StandardAuthScheme.KERBEROS
1 parent d99f274 commit e698321

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

Lines changed: 4 additions & 0 deletions
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)