RFR: 8296804: Document HttpClient configuration properties in java.net.http module-info [v3]

Michael McMahon michaelm at openjdk.org
Wed Nov 23 13:55:23 UTC 2022


On Mon, 21 Nov 2022 13:41:42 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Michael McMahon has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>> 
>>  - Merge branch 'master' into http.properties
>>  - update after Daniel's review
>>  - first draft
>
> src/java.net.http/share/classes/module-info.java line 139:
> 
>> 137:  * <li><p><b>{@systemProperty jdk.internal.httpclient.disableHostnameVerification}</b> (default: false)<br>
>> 138:  * If true, hostname verification in SSL certificates is disabled. This is a system property only.
>> 139:  * </li>
> 
> Should we emphasize that it is intended for testing purposes?

Yes, good idea

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

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


More information about the net-dev mailing list