RFR: 8292968: java.net.ContentHandler's javadoc has a broken reference

Jaikiran Pai jpai at openjdk.org
Fri Aug 26 11:59:54 UTC 2022


On Fri, 26 Aug 2022 11:49:48 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

> but the property was documented before, so I now believe the CSR is not needed.

You are right. In fact, the Java 8 version of this class uses the system property name literally (as seen here https://docs.oracle.com/javase/8/docs/api/java/net/ContentHandler.html). So the system property and its semantics have been known previously.

Looking at the commit history of this file, it appears that this broken reference got unintentionally introduced in later versions.

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

PR: https://git.openjdk.org/jdk/pull/10040


More information about the net-dev mailing list