Matthew Sheppard created MNGSITE-390:
----------------------------------------
Summary: Maven website's download link seems to be a broken CGI
Key: MNGSITE-390
URL: https://issues.apache.org/jira/browse/MNGSITE-390
Project: Maven Project Web Site
Issue Type: Bug
Reporter: Matthew Sheppard
The maven home page currently has a download link pointing to
https://maven.apache.org/download.html
Right now, that link redirects to https://maven.apache.org/download.cgi which
then shows the following content...
{noformat}
#!/bin/sh
# Just call the standard mirrors.cgi script. It will use download.html
# as the input template.
exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)