Automattic / WPCOM-Legacy-Redirector

WordPress plugin for handling large volumes of legacy redirects in a scalable manner.
20 stars 16 forks source link

fixing non-ASCII redirects from issue #42 #102

Closed ovidiul closed 4 months ago

ovidiul commented 3 years ago

This PR addressed the bug highlighted in issue #42

It adds:

GaryJones commented 1 year ago

Other than the conflicts, having looked at this again with fresh eyes, I think there are a lot of parts that could and should be pulled out into fresh PRs as iterative steps to improve the testing / resilience of this plugin, culminating with a final PR that actually does the needed fix. Things like Normalize tests, Utils::mb_parse_url etc.

GaryJones commented 4 months ago

I started splitting this out, but the more I looked and tested locally, the more it made sense to just double-checked the PR worked as is, and it does!