Re: RFR: 8310003: Improve logging when default truststore is inaccessible [v4]

2025-05-09 Thread Sean Mullan
On Fri, 9 May 2025 18:00:14 GMT, Koushik Muthukrishnan Thirupattur wrote: >> If the truststore is unavailable, JDK does not log information for >> 'trustStore provider is:'. We are now adding 'unspecified' instead of >> keeping empty. > > Koushik Muthukrishnan Thirupattur has updated the pull

Re: RFR: 8310003: Improve logging when default truststore is inaccessible [v4]

2025-05-09 Thread duke
On Fri, 9 May 2025 18:03:06 GMT, Koushik Muthukrishnan Thirupattur wrote: >> If the truststore is unavailable, JDK does not log information for >> 'trustStore provider is:'. We are now adding 'unspecified' instead of >> keeping empty. > > Koushik Muthukrishnan Thirupattur has updated the pull

Re: RFR: 8310003: Improve logging when default truststore is inaccessible [v4]

2025-05-09 Thread Koushik Muthukrishnan Thirupattur
> If the truststore is unavailable, JDK does not log information for > 'trustStore provider is:'. We are now adding 'unspecified' instead of keeping > empty. Koushik Muthukrishnan Thirupattur has updated the pull request incrementally with one additional commit since the last revision: 83100

Re: RFR: 8310003: Improve logging when default truststore is inaccessible [v3]

2025-05-08 Thread Koushik Muthukrishnan Thirupattur
> If the truststore is unavailable, JDK does not log information for > 'trustStore provider is:'. We are now adding 'unspecified' instead of keeping > empty. Koushik Muthukrishnan Thirupattur has updated the pull request incrementally with one additional commit since the last revision: 83100

Re: RFR: 8310003: Improve logging when default truststore is inaccessible [v2]

2025-05-07 Thread Koushik Muthukrishnan Thirupattur
On Wed, 7 May 2025 17:02:26 GMT, Sean Mullan wrote: >> Koushik Muthukrishnan Thirupattur has updated the pull request incrementally >> with one additional commit since the last revision: >> >> 8310003: Improve logging when default truststore is inaccessible > > src/java.base/share/classes/sun

Re: RFR: 8310003: Improve logging when default truststore is inaccessible [v2]

2025-05-07 Thread Koushik Muthukrishnan Thirupattur
> If the truststore is unavailable, JDK does not log information for > 'trustStore provider is:'. We are now adding 'unspecified' instead of keeping > empty. Koushik Muthukrishnan Thirupattur has updated the pull request incrementally with one additional commit since the last revision: 83100

Re: RFR: 8310003: Improve logging when default truststore is inaccessible

2025-05-07 Thread Sean Mullan
On Wed, 7 May 2025 03:45:06 GMT, Koushik Muthukrishnan Thirupattur wrote: > If the truststore is unavailable, JDK does not log information for > 'trustStore provider is:'. We are now adding 'unspecified' instead of keeping > empty. src/java.base/share/classes/sun/security/ssl/TrustStoreManage

RFR: 8310003: Improve logging when default truststore is inaccessible

2025-05-06 Thread Koushik Muthukrishnan Thirupattur
If the truststore is unavailable, JDK does not log information for 'trustStore provider is:'. We are now adding 'unspecified' instead of keeping empty. - Commit messages: - 8310003: Improve logging when default truststore is inaccessible Changes: https://git.openjdk.org/jdk/pull/25