Skip to content

fix: URL-encode username to prevent invalid URLs from trailing dots#3010

Open
decembercomposer697-hue wants to merge 1 commit into
sherlock-project:masterfrom
decembercomposer697-hue:fix/url-encode-username
Open

fix: URL-encode username to prevent invalid URLs from trailing dots#3010
decembercomposer697-hue wants to merge 1 commit into
sherlock-project:masterfrom
decembercomposer697-hue:fix/url-encode-username

Conversation

@decembercomposer697-hue

Copy link
Copy Markdown

Fixes #2970: usernames ending with a period created malformed URLs.
Now properly URL-encodes the username before substituting into URLs.

Usernames ending in a period (.) created invalid URLs like
'example..com'. Now URL-encodes the full username before URL
substitution.
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.

Crashes when handling usernames ending in period (.)

1 participant