RFR: 8345888: Broken links in the JDK 24 JavaDoc API documentation, build 27

Alexander Zvegintsev azvegint at openjdk.org
Tue Dec 10 18:33:42 UTC 2024


On Tue, 10 Dec 2024 11:43:44 GMT, Nizar Benalla <nbenalla at openjdk.org> wrote:

> Please review this trivial change fixing a broken link in `PresentationDirection.java`
> 
> The contents of the links are identical, I used the [wayback machine](https://web.archive.org/web/20210511075617/https://ftp.pwg.org/pub/pwg/standards/temp_archive/pwg5100.3.pdf) to view the old content.
> 
> TIA

Marked as reviewed by azvegint (Reviewer).

src/java.desktop/share/classes/javax/print/attribute/standard/PresentationDirection.java line 46:

> 44:  * <b>IPP Compatibility:</b> This attribute is not an IPP 1.1 attribute; it is
> 45:  * an attribute in the Production Printing Extension
> 46:  * (<a href="https://ftp.pwg.org/pub/pwg/standards/temp_archive/pwg5100.3.pdf">

The old FTP link is not broken, it still works, but requires an FTP client, but I agree that the `https` link is more convenient and secure.
Both links return the same content.

-------------

PR Review: https://git.openjdk.org/jdk/pull/22660#pullrequestreview-2493240776
PR Review Comment: https://git.openjdk.org/jdk/pull/22660#discussion_r1878621980


More information about the client-libs-dev mailing list