Frankie created MRM-2053:
----------------------------
Summary: Artifact download button always points to http
Key: MRM-2053
URL: https://issues.apache.org/jira/browse/MRM-2053
Project: Archiva
Issue Type: Bug
Reporter: Frankie
While browsing repositories via the GUI, if you're navigating via a reverse
proxy, the download button will keep pointing to `http`.
I've setup baseUrl as supposed.
{code:java}
<rest>
<baseUrl>https://your-domain:port/</baseUrl>
</rest> {code}
Everything works as expected. Maven, works fine but while using the GUI the
download button always point to `http` version.
The error is probably in this file:
[https://github.com/apache/archiva/blob/27640503d662af3c7a583730d2a85b04fe18222f/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/search.html]
`<a href="${row.url}">`
Thanks,
Frankie
--
This message was sent by Atlassian Jira
(v8.20.10#820010)