[Plugin: WP Super Cache] still not corrected… bug about unicode-range letters in permalink
-
see: https://www.ads-software.com/support/topic/262117?replies=9
once i have looked new code about this fix, now there is other code…
now i have enabled super cache and see that this still or again (i have not tested versions between these) do not work in the new version.function get_current_url_supercache_dir is in wp-cache-phase1.php now.
i think now may be you donncha have not corrected this because may be this fix (adding urldecode) produces filenames with unicode letters? and such filenames are not supported on many hosts? what happen if not supported… i think just one-byte view of unicode appear… and it anyway do not work… so, why you have not included this fix in official/repository code?
in new version i think fix is may be same, but surround “$uri” with urldecode:
$uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', urldecode($uri) ) ) ) );
- The topic ‘[Plugin: WP Super Cache] still not corrected… bug about unicode-range letters in permalink’ is closed to new replies.