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

Permit uppercase characters in URL path without redirecting #4945

Merged

Conversation

sambiramairelogic
Copy link
Contributor

The new subscription-verification page contains the verification token as part of its route. This token is case sensitive.

I've recently refactored the code that implements SEO redirects, and because the redirectService is lowercasing any Content API redirects it finds, I chose to be consistent in the SEO redirects.

This, understandably, is a pretty fatal but entirely predictable change for the subscription-verification page 🤦

(If we care about the lowercasing, we could be more explicit about the path itself and still lowercase any parts of the path that aren't the token itself, but I actually don't think it's necessary).

@sambiramairelogic sambiramairelogic changed the base branch from dev to master June 11, 2024 09:28
@sambiramairelogic sambiramairelogic merged commit 3d8c491 into master Jun 11, 2024
7 checks passed
@sambiramairelogic sambiramairelogic deleted the EES-5222/subscription-verification-lowercasing-bug branch June 11, 2024 09:54
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