Skip to content

fix: URL-encode special characters in credentials for XMLRPC URI in nipap-cli#1449

Open
fredsod wants to merge 1 commit intoSpriteLink:masterfrom
fredsod:cli-parse-quote
Open

fix: URL-encode special characters in credentials for XMLRPC URI in nipap-cli#1449
fredsod wants to merge 1 commit intoSpriteLink:masterfrom
fredsod:cli-parse-quote

Conversation

@fredsod
Copy link
Member

@fredsod fredsod commented Mar 9, 2026

Passwords (and usernames) containing special characters such as '/', '@' or ':' would break the XMLRPC URI used by nipap-cli because urllib.parse.quote() defaults to safe='/', leaving '/' unencoded.

…ipap-cli.

Passwords (and usernames) containing special characters such as '/', '@' or ':' would break the XMLRPC URI used by nipap-cli because
urllib.parse.quote() defaults to safe='/', leaving '/' unencoded.
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