We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bb51fb + a503e95 commit 58135beCopy full SHA for 58135be
lib/internal/Magento/Framework/Url.php
@@ -856,7 +856,7 @@ function ($item) use (&$isCached) {
856
ksort($cachedParams);
857
}
858
859
- $cacheKey = md5($routePath . json_encode($cachedParams));
+ $cacheKey = sha1($routePath . json_encode($cachedParams));
860
if (!isset($this->cacheUrl[$cacheKey])) {
861
$this->cacheUrl[$cacheKey] = $this->getUrlModifier()->execute(
862
$this->createUrl($routePath, $routeParams)
0 commit comments