- Issue created by @cobblestone.consulting
When redirect patterns are URL paths that contain slashes, hits to pages generate preg_match warnings. If there are a large number of redirects defined, this can cause the logs to fill up pretty quickly, especially when hackers keep trying to access xmlrpc.php or any number of other pages that don't exist.
Escape slashes in the pattern before calling preg_match. I have included a patch for this.
Active
3.1
Code