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

fix(seo): Incoming url is compared wrong #801

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

phorward
Copy link
Member

This worked in cases when there is no escaped character, but e.g. with w%C3%A4rme (german word "wärme"), the incoming URL /page/w%C3%A4rme is compared to a lower-cased seoUrl containing /page/w%c3%a4rme, which redirects wrong.

This worked in cases when there is no escaped character, but e.g. with 'w%C3%A4rme' (german word "wärme"), the incoming URL '/page/w%C3%A4rme' is compared to a lower-cased seoUrl containing '/page/w%c3%a4rme', which redirects wrong.
@phorward phorward requested a review from skoegl July 27, 2023 12:32
@phorward phorward merged commit e7908c6 into viur-framework:main Jul 27, 2023
2 checks passed
@phorward phorward deleted the fix-seo-url-comparison branch September 12, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

2 participants