Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nit: Make function to build a Basic Authorization header publicly available (for internal use) #9578

Closed
wants to merge 1 commit into from

Conversation

snazy
Copy link
Member

@snazy snazy commented Sep 19, 2024

No description provided.

@snazy
Copy link
Member Author

snazy commented Sep 19, 2024

This is a prerequisite for #9553

private BasicAuthentication(String username, String password) {
String header = basicHeader(username, password);
String header = basicAuthorizationHeader(username, password);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why expose an auth scheme that is deprecated in Nessie in public API? Maybe add an internal utility class for it?

@snazy snazy closed this Sep 20, 2024
@snazy snazy deleted the nit-basic-auth-header branch September 20, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants