- Issue created by @kala4ek
- First commit to issue fork.
- Merge request !118Issue #3417775 by Jasonac91,Add case sensitivity option for URL redirects in... → (Open) created by jasonac91
- Assigned to jasonac91
- Status changed to Needs review
3 months ago 10:00pm 13 September 2024 Drupal version: 10.3.2
Php version: 8.2
Module version: redirect 8.x-1.x-dev
I have tried to replicate the issue but not able to reproduce the same. I have enabled "Automatically create redirects when URL aliases are changed." in the redirect settings. Created a content with url alias /TEST and then updated the url to /TEst, after this the redirects from /TEST to /TEst and it's working properly without any redirect loop.- 🇮🇳India sourav_paul Kolkata
@kala4ek I've Tried to replicate the issue by following steps but can't achieve the redirect loop. Even I've tried different scenarios.
I've tested it on Drupal 10.3.3, PHP 8.3, module dev branch: 8.x-1.x-dev."Automatically create redirects when URL aliases are changed." - functionality working fine as expected.
Attaching ss:
Please provide proper reproducing steps...
- 🇷🇺Russia kala4ek 🇷🇺 Novosibirsk
Will try to reproduce it with clean installation.
- Issue was unassigned.
- Status changed to Postponed: needs info
24 days ago 9:24am 28 November 2024 Have reproduced the issue:
Drupal 10.3.10
PHP 8.1.31
Redirects 1.10.0Unfortunately the patch from #2 does not seemed to have solved the issue I can continue to create redirect loops
To add to my comment further testing is showing it only creates a loop if the 404 redirect submodule is enabled
If I uninstall the module the redirects work again and enabling it again breaks them