Skip to content

[nextjs] fix for casing issue in redirects #2074

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

Merged
merged 2 commits into from
Apr 17, 2025

Conversation

MenKNas
Copy link
Contributor

@MenKNas MenKNas commented Apr 17, 2025

Description / Motivation

With this fix we can now use case-insensitive redirects, which wasn't the case before. Redirects like this /Old -> /New wouldn't work due to case sensitivity preserved and only lower case redirects would be completed. After this fix all redirects should work despite casing.

Testing Details

  • Unit Test Added
  • Manual Test/Other (Please elaborate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@MenKNas MenKNas requested a review from art-alexeyenko April 17, 2025 13:52
@MenKNas MenKNas self-assigned this Apr 17, 2025
@MenKNas MenKNas merged commit ce39496 into dev Apr 17, 2025
1 check passed
@MenKNas MenKNas deleted the bugfix/jss-5916-redirects-casing-issue-fix branch April 17, 2025 14:10
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