[
https://issues.apache.org/jira/browse/MJAVADOC-539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16814702#comment-16814702
]
Robert Scholte commented on MJAVADOC-539:
-----------------------------------------
I think this is "broken" by MJAVADOC-487, but you could also say that the adobe
website does something strange. Instead of serving the index.html page by
default, it sends a http 302 (Redirect) back, containing a link to the
index.html.
{noformat}
Request URL: https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0/
Request Method: GET
Status Code: 302 Found
Response Header contains
Location:
https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0/index.html
{noformat}
The code pastes a / after it to ensure it points to a directory (there were
issues when there's no / at the end). I guess the fix is to also verify if it
ends with {{index.html}}
> Upgrading plugin from 3.0.0 to 3.0.1 and 3.1.0 breaks certain external
> javadoc links
> ------------------------------------------------------------------------------------
>
> Key: MJAVADOC-539
> URL: https://issues.apache.org/jira/browse/MJAVADOC-539
> Project: Maven Javadoc Plugin
> Issue Type: Bug
> Affects Versions: 3.0.1
> Reporter: Julian Reschke
> Assignee: Robert Scholte
> Priority: Major
> Attachments: minimal.zip
>
>
> See https://issues.apache.org/jira/browse/OAK-7789 - downgrading to 3.0.0
> fixes the issue.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)