On Thu, 16 Nov 2023 12:06:26 GMT, rebarbora-mckvak <d...@openjdk.org> wrote:

> This fixes the defect described at https://bugs.openjdk.org/browse/JDK-8313367
> 
> If the process does not have write permissions, the store is opened as 
> read-only (instead of failing).
> 
> Please note that permissions to use a certificate in a local machine store 
> must be granted - in a management console, select a certificate, right-click 
> -> All tasks... -> Manage Private Keys... -> add Full control to user.

Please enable github actions so that minimal tier1 jtreg tests are run; as 
you're changing the behavior of KeyStore.load (for SunMSCAPI) you should really 
test that all available write operations fail as expected (as they did before 
this change).

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

PR Comment: https://git.openjdk.org/jdk/pull/16687#issuecomment-1907154840

Reply via email to