jira-importer commented on issue #729: URL: https://github.com/apache/maven-javadoc-plugin/issues/729#issuecomment-2957348617
**[Guillaume Boué](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gboue)** commented Looks like the issue is the HTTP -> HTTPS redirection that does not happen inside the `javadoc` tool itself. Possible upstream JDK issue here: [JDK-8190312](https://bugs.openjdk.java.net/browse/JDK-8190312). The plugin instructs `javadoc` to locate the apidocs at `http://www.slf4j.org/apidocs` (because slf4j URL [is `http://www.slf4j.org`](https://github.com/qos-ch/slf4j/blob/v_1.7.12/pom.xml#L15) in its POM) and then it does not follow the redirect to HTTPS. Indeed, if we explicitly add `<link>https://www.slf4j.org/apidocs</link>`, the link gets correctly generated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
