Konrad Windszus created MNG-8401:
------------------------------------
Summary: Download page in site below https://maven.apache.org/ref
broken
Key: MNG-8401
URL: https://issues.apache.org/jira/browse/MNG-8401
Project: Maven
Issue Type: Bug
Components: Documentation: General
Affects Versions: 4.0.0-rc-1
Reporter: Konrad Windszus
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
https://github.com/apache/maven/blob/62f85a4233366064750079d50fd86ef25a97c6f3/src/site/site.xml#L46
is resolved against the base URL
(https://github.com/apache/maven/blob/62f85a4233366064750079d50fd86ef25a97c6f3/pom.xml#L42)
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)