Skip to content

[MNG-8401] Download page in site below https://maven.apache.org/ref broken #9719

@jira-importer

Description

@jira-importer

Konrad Windszus opened MNG-8401 and commented

The download page below https://maven.apache.org/ref, e.g. https://maven.apache.org/ref/3.9.9/download.cgi or https://maven.apache.org/ref/4.0.0-rc-1/download.cgi is broken. Most referenced JS/CSS URL are invalid.

The link from

<item name="Download" href="/download.html"/>
is resolved against the base URL (

maven/pom.xml

Line 42 in 62f85a4

<url>https://maven.apache.org/ref/${project.version}/</url>
) and then redirect according to the rule https://github.com/apache/maven-site/blob/c035bc5b4cb6496f15b1d12d915aca6aa278b451/content/filtered-resources/.htaccess#L6.

However there is no according download.html nor a download.cgi in https://svn.apache.org/repos/asf/maven/website/components/ref/4.0.0-rc-1/ so it is unclear which template is used by the script download.cgi and why the script can be resolved at all.


Affects: 4.0.0-rc-1

Issue Links:

Remote Links:

Backported to: 4.0.0-rc-2

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpriority:majorMajor loss of function

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions