RFR: 8260861: TrustStoreDescriptor log the same value

2021-02-01 Thread Davin Kevin
If both jssecacerts and cacerts are not defined, the same log is printed twice, talking about the jssecacerts instead of cacerts the second time.  - Commit messages: - fix(truststore): log about truststore not found print everytime the same value Changes: https://git.openjdk.java.

Re: RFR: 8260861: TrustStoreDescriptor log the same value

2021-02-01 Thread Davin Kevin
On Thu, 31 Dec 2020 09:43:18 GMT, Davin Kevin wrote: >> If both jssecacerts and cacerts are not defined, the same log is printed >> twice, talking about the jssecacerts instead of cacerts the second time.  > > OCA has been signed and my name has been added into the OCA listin

Re: RFR: 8260861: TrustStoreDescriptor log the same value

2021-02-01 Thread Davin Kevin
On Tue, 8 Dec 2020 09:35:26 GMT, Davin Kevin wrote: > If both jssecacerts and cacerts are not defined, the same log is printed > twice, talking about the jssecacerts instead of cacerts the second time.  OCA has been signed and my name has been added into the OCA listing page: *

Integrated: 8260861: TrustStoreDescriptor log the same value

2021-02-02 Thread Davin Kevin
On Tue, 8 Dec 2020 09:35:26 GMT, Davin Kevin wrote: > If both jssecacerts and cacerts are not defined, the same log is printed > twice, talking about the jssecacerts instead of cacerts the second time.  This pull request has now been integrated. Changeset: 105d3e8f Author: Davin