Linking to javadoc.io using Javadoc -link option

前端 未结 5 1388
野的像风
野的像风 2021-02-07 15:29

I am trying to link into some Javadocs hosted at javadoc.io (specifically, PowerMock\'s Javadocs) using the @link option. I have tried to add the URL to PowerMock\'

5条回答
  •  自闭症患者
    2021-02-07 16:01

    I am running javadoc.io.

    This is reported as this github issue and it's solved just now. There is no need to override user agent string any more.

    Feel free to re-open github issue if things are still not working. This thread is not actively monitored.

    curl -I -A "Java/1.6.0_14" https://static.javadoc.io/org.checkerframework/checker-qual/2.2.2/package-list
    HTTP/1.1 200 OK
    Date: Mon, 08 Apr 2019 13:06:04 GMT
    Content-Type: text/plain
    

提交回复
热议问题