Sterc / seosuite

This repository contains the SEOSuite 2.x MODX extra.
GNU General Public License v2.0
13 stars 18 forks source link

Improved getting url to support special chars #92

Closed bezumkin closed 1 year ago

bezumkin commented 1 year ago

We were able to enter urls with special character to manager like /products/Laadplatform-Dranghekken-%7C-3350-%7C-Incl.-dranghekken.html

It would be decoded and stored as /products/Laadplatform-Dranghekken-|-3350-|-Incl.-dranghekken.html

But when you navigate to this address, redirect would not work, because it was retrieved from $_GET instead $_REQUEST.

Screenshot 2023-03-10 at 14 38 52

Now it is fixed.