[Regression] Keep B/C in the redirect plugin#17124
Conversation
Which patch xD |
that => this So without this patch here they did not got redirected anymore. I'm going to fix that ;) |
|
This patch here: #13853 introduced the issue by forcing it to be lowercase but not respecting the mixed ones in the database. ;) |
|
@zero-24 i setup following redirect which works without PR so i guess i didn't get Issue: |
|
The problem is that they does not find the old URL. Please set the old URL withe upper cases and a different URL with lower cases. Please also make sure that the plugin is enabled. |
|
When the Expired URL contains a some Upper case, indeed this patch corrects the issue. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17124. |
|
I have tested this item ✅ successfully on 6edabc8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17124. |
Is'n this than a succesful test? |
|
Ah our messages crossed ;) |
|
I have tested this item ✅ successfully on 031a3d8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17124. |
1 similar comment
|
I have tested this item ✅ successfully on 031a3d8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17124. |
|
RTC, good for 3.7.4 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/17124. |



Summary of Changes
If you have set up some urls with mixed upper and lower case in the redirect component before this patch they did not got redirected anymore.
Testing Instructions
Expected result
Old redirects still work
Actual result
Old redirects with uppercase chars are broken
Documentation Changes Required
None