Custom tag for repository file
Implement a custom tag <local:repository-file-download ...
that displays the download link:
<a href="<c:url value='DOWNLOADLINK' />" title="..."><c:out value="${repositoryFile.title}" /></a>
the DOWNLOADLINK
is handled by the download controller and is in format /repository/d/61b/61bd03d9-7d1b-4f04-8e7a-1b96b1e57152.gz
Kindly replace all instances of links in the JSPs.
Edited by Matija Obreza