RFR: 8328723: IP Address error when client enables HTTPS endpoint check on server socket [v2]

Prajwal Kumaraswamy pkumaraswamy at openjdk.org
Tue Jul 9 07:16:32 UTC 2024


On Sat, 6 Jul 2024 00:30:20 GMT, Bradford Wetmore <wetmore at openjdk.org> wrote:

>> Prajwal Kumaraswamy has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   format code with minor changes
>
> src/java.base/share/classes/sun/security/ssl/X509TrustManagerImpl.java line 431:
> 
>> 429: 
>> 430:         if (!identifiable) {
>> 431:             try {
> 
> Minor formatting nits/suggestions:
> 
> if(
> ->
> if (
> 
> 
> Lines <= 80 chars, please.
> 
> 
> Endpoint Identification algorithm
> ->
> Endpoint Identification Algorithm

Done, attached is the test result 
[https_endpt.zip](https://github.com/user-attachments/files/16139516/https_endpt.zip)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20048#discussion_r1669874110



More information about the security-dev mailing list