You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Matt Nelson (JIRA)" <ji...@apache.org> on 2017/06/29 23:39:00 UTC

[jira] [Created] (MJAVADOC-487) Follow redirects

Matt Nelson created MJAVADOC-487:
------------------------------------

             Summary: Follow redirects
                 Key: MJAVADOC-487
                 URL: https://issues.apache.org/jira/browse/MJAVADOC-487
             Project: Maven Javadoc Plugin
          Issue Type: Improvement
            Reporter: Matt Nelson


The javadoc plugin should have the ability to follow redirects.

{noformat}
[WARNING] Error fetching link: http://www.slf4j.org/apidocs/package-list. Ignored it.
{noformat}

When looking at this link via curl we can see that the link has new location
{noformat}
curl -v http://www.slf4j.org/apidocs/package-list
< HTTP/1.1 302 Found
< Location: https://www.slf4j.org/apidocs/package-list
{noformat}

https://github.com/apache/maven-plugins/blob/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java#L5785



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)