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.
1 parent 3562526 commit a503e95Copy full SHA for a503e95
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