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

Handle IDN URL validation #15891

Merged
merged 12 commits into from
Nov 12, 2024
Merged

Handle IDN URL validation #15891

merged 12 commits into from
Nov 12, 2024

Conversation

brianjhanson
Copy link
Contributor

@brianjhanson brianjhanson commented Oct 14, 2024

Fixes the validation of URLs with special characters (like ä).

I'm not sure if this is the best fix, so I'm definitely open to suggestions here.

Fixes #15989

@brianjhanson brianjhanson marked this pull request as draft October 14, 2024 22:04
@timkelty
Copy link
Contributor

timkelty commented Nov 8, 2024

@brianjhanson ready for undraft and review, I think?

@brianjhanson brianjhanson marked this pull request as ready for review November 8, 2024 14:40
@brianjhanson
Copy link
Contributor Author

brianjhanson commented Nov 8, 2024

@timkelty yep, my bad. Marked as ready now.

@brandonkelly brandonkelly changed the base branch from 5.x to 5.5 November 9, 2024 01:32
Copy link
Member

@brandonkelly brandonkelly left a comment

Choose a reason for hiding this comment

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

The JS needs to be updated as well – compare the difference in how the input handles https://www.graubündensport.ch vs https://www.graubundensport.ch.

@brianjhanson
Copy link
Contributor Author

@brandonkelly updated in 75f46a3

@brandonkelly brandonkelly merged commit e9b538f into 5.5 Nov 12, 2024
@brandonkelly brandonkelly deleted the bugfix/idn-url-validation branch November 12, 2024 05:08
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.

[5.x]: The new Linkfield is not supporting some URL's
3 participants