Skip to content

Uridecode credentials#73

Closed
hputman-icrossing wants to merge 1 commit intogavoja:masterfrom
hputman-icrossing:issue/uri-encoded-auth
Closed

Uridecode credentials#73
hputman-icrossing wants to merge 1 commit intogavoja:masterfrom
hputman-icrossing:issue/uri-encoded-auth

Conversation

@hputman-icrossing
Copy link
Copy Markdown

@hputman-icrossing hputman-icrossing commented Aug 20, 2025

Handle case where AEM password contains a special character like an @.
Do this by URI decoding the username/password after extracting them from URL, and before creating basic auth header from them.

Verified this works with my AEM password.

Resolves #72

@gavoja
Copy link
Copy Markdown
Owner

gavoja commented Sep 6, 2025

This was fixed in #75 and released in 5.2.2. I have changed the implementation slightly not to rely on a side-effect of modifying a urlObj function argument. The new implementation of extractBasicAuth() is now non-mutating.

@gavoja gavoja closed this Sep 6, 2025
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.

AEM Password with special characters wont work

2 participants