Skip to content

Commit

Permalink
Url-Decode generated links
Browse files Browse the repository at this point in the history
  • Loading branch information
ipf authored Feb 24, 2020
1 parent 4b0df04 commit f6de485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/ResolverService.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function getResolverResponse(string $id, bool $isValid, string $uri): \Su
->setRequestedLocalPersistentIdentifier($uri)
->setService($this->service)
->setServicehome($this->serviceHome)
->setUrl($this->router->generate('_detail', ['id' => $id], RouterInterface::ABSOLUTE_URL));
->setUrl(urldecode($this->router->generate('_detail', ['id' => $id], RouterInterface::ABSOLUTE_URL)));

$resolvedLpi->setLocalPersistentIdentifier([$localPersistentIdentifier]);
}
Expand Down

0 comments on commit f6de485

Please sign in to comment.