Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Not A Problem
-
None
-
None
-
None
-
None
Description
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.
<rest> <baseUrl>https://your-domain:port/</baseUrl> </rest>
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:
`<a href="${row.url}">`
Thanks,
Frankie