[
https://issues.apache.org/jira/browse/MJAVADOC-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Boué closed MJAVADOC-487.
-----------------------------------
Resolution: Fixed
Assignee: Guillaume Boué
Fix Version/s: 3.0.1
> Follow redirects
> ----------------
>
> Key: MJAVADOC-487
> URL: https://issues.apache.org/jira/browse/MJAVADOC-487
> Project: Maven Javadoc Plugin
> Issue Type: Improvement
> Reporter: Matt Nelson
> Assignee: Guillaume Boué
> Priority: Major
> Fix For: 3.0.1
>
>
> 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
(v7.6.3#76005)