Skip to content

Commit 58135be

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-66049' into MAGETWO-66039
2 parents 4bb51fb + a503e95 commit 58135be

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Url.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ function ($item) use (&$isCached) {
856856
ksort($cachedParams);
857857
}
858858

859-
$cacheKey = md5($routePath . json_encode($cachedParams));
859+
$cacheKey = sha1($routePath . json_encode($cachedParams));
860860
if (!isset($this->cacheUrl[$cacheKey])) {
861861
$this->cacheUrl[$cacheKey] = $this->getUrlModifier()->execute(
862862
$this->createUrl($routePath, $routeParams)

0 commit comments

Comments
 (0)