JDK-8214560 : Use {@systemProperty} for definitions of system properties (httpserver)
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 12
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-11-30
  • Updated: 2019-10-14
  • Resolved: 2019-10-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 14
14 b18Fixed
Related Reports
Relates :  
Description
The class com.sun.net.httpserver.spi.HttpServerProvider contains a definition of the  system property com.sun.net.httpserver.HttpServerProvider.

This is a good candidate to use the recently new javadoc tag {@systemProperty <name>}, which will cause the property name to appear in the main javadoc search index.

Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/270fdb5898f2 User: coffeys Date: 2019-10-09 10:16:22 +0000
09-10-2019