koninklijke-collective / my_redirects

TYPO3 Extension: Redirects management
https://typo3.org/extensions/repository/view/my_redirects
GNU General Public License v2.0
17 stars 20 forks source link

All GET vars are converted to lowercase #49

Open adoerler opened 7 years ago

adoerler commented 7 years ago

Hi,

if one sets a redirect containing parameter values in uppercase, e.g. a Google Campaign like: ?utm_medium=Èmail&utm_campaign=TEST-Campaign the values (and parameter names) get converted into lowercase which leads in the case of Google to two different campaign sources. I'm sure there are other cases where capital letters in parameters or values must be respected as well.

I didn't find an option to control this behavior and in the code it looks like toLower is one of the first actions applied to the redirect path.

What was your intention to do a conversion to lower case anytime and is there a workaround to keep capital letters.

Kind regards and thank you for this great extension Andreas

mbrodala commented 6 years ago

I agree that this should not be done unconditionally but it's still nice to have, e.g. with a case-sensitivity flag per redirect.

pkracht commented 6 years ago

Also agree and need this fix as soon as possible... see #60 The URL can be camelcase or whatever containing a upper-lower-case token. For example adword and analytics makers (see https://support.google.com/analytics/answer/2938246?hl=en)