[
https://issues.apache.org/jira/browse/HTTPCLIENT-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012659#comment-17012659
]
ASF subversion and git services commented on HTTPCLIENT-2046:
-------------------------------------------------------------
Commit 634886ab614df150a07f8328f21bdbfc5a3692d7 in httpcomponents-client's
branch refs/heads/HTTPCLIENT-2036 from Gary Gregory
[ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=634886a ]
[HTTPCLIENT-2046] Rename AuthSchemes enum to StandardAuthScheme final class
Modeled after StandardCharsets, the new class indicates a non-exhaustive
list of standard auth schemes by name supported by the HttpClient. The
previous enum suffered from two issues:
* it was exhaustive implying that no more auth schemes can be supported
* its sole purpose was to contain an id for the declared auth scheme;
the enum values theirselves were never used directly
This closes #196
> Rename enum AuthSchemes to StandardAuthScheme
> ---------------------------------------------
>
> Key: HTTPCLIENT-2046
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2046
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Reporter: Gary D. Gregory
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Rename enum AuthSchemes to StandardAuthScheme.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]