Details
Description
We have noticed an issue with HTML View in nexus3.
The problem occurs when there is a ‘+’ sign in the version of the artifact. The artifact cannot be displayed and no download links are shown. The only way to get a download link via the UI is in the normal Browse mode.
Example:
Upload using the Upload UI an artifact to the maven-releases repository with info:
Group: ’test’
Artifact: ’test’
Version:’1+1’
Use the HTML view of the Browse Tree to reach :
http://localhost:8081/service/rest/repository/browse/maven-releases/test/test/
but after that when clicking on ‘1+1’ a blank page is shown ( HTTP ERROR 404) and no parent directory or download links.
The URL that is rendered is
http://localhost:8081/service/rest/repository/browse/maven-releases/test/test/1%2B1/
Workaround
File can be found and downloaded via Browse Tree navigation and Search UI.