Skip to content

fix: Fixup parameter sequence for Dowloader credentials#7033

Merged
aikebah merged 1 commit intomainfrom
fixup/Downloader
Oct 11, 2024
Merged

fix: Fixup parameter sequence for Dowloader credentials#7033
aikebah merged 1 commit intomainfrom
fixup/Downloader

Conversation

@aikebah
Copy link
Copy Markdown
Collaborator

@aikebah aikebah commented Oct 11, 2024

Description of Change

While working on (still work in progress) also using HTTPClient for access to Nexus I encountered an authentication issue due to an improper sequence of arguments for some of the tryAdd...Credentials methods that was overlooked in the changes of PR #6949. Two occurrences had the arguments accidentally coded as the sequence urlkey, userkey, passwordkey instead of the userkey, urlkey, passwordkey required by the addUserPasswordCreds method

Have test cases been added to cover the new functionality?

no

@boring-cyborg boring-cyborg Bot added the utils changes to utils label Oct 11, 2024
@aikebah aikebah added this to the 11.0.0 milestone Oct 11, 2024
Copy link
Copy Markdown
Collaborator

@jeremylong jeremylong left a comment

Choose a reason for hiding this comment

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

LGTM

@aikebah aikebah merged commit 85272f4 into main Oct 11, 2024
@jeremylong jeremylong deleted the fixup/Downloader branch October 11, 2024 20:49
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Dec 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

utils changes to utils

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants