Re: RFR: 8286423: Destroy password protection in the example code in KeyStore [v3]

2022-05-11 Thread Weijun Wang
On Wed, 11 May 2022 05:53:21 GMT, Xue-Lei Andrew Fan  wrote:

>> Hi,
>> 
>> May I have this simple example update in the KeyStore specification?
>> 
>> Password protection should be destroyed in the example code in KeyStore 
>> specification. Otherwise, applications may just copy and past the code, and 
>> forget to clean up password protection.
>> 
>> It's a trivial update, and may not worthy of a CSR.  But please let me know 
>> if you would like to have a CSR filed.
>> 
>> Thanks,
>> Xuelei
>
> Xue-Lei Andrew Fan has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   More udapte

Marked as reviewed by weijun (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/8623


Re: RFR: 8286423: Destroy password protection in the example code in KeyStore [v3]

2022-05-10 Thread Xue-Lei Andrew Fan
On Tue, 10 May 2022 22:09:14 GMT, Weijun Wang  wrote:

>> Oops, I tried to check but finally forgot about it.  Thanks!
>
> It's probably better to convert these long example code to snippets, maybe 
> next time.

The length is a little bit long, but it is fine to me.  It may be nice to 
revise the example and description, but let's do it later.  I modified the 
example by using one try clause only.

-

PR: https://git.openjdk.java.net/jdk/pull/8623


Re: RFR: 8286423: Destroy password protection in the example code in KeyStore [v3]

2022-05-10 Thread Xue-Lei Andrew Fan
> Hi,
> 
> May I have this simple example update in the KeyStore specification?
> 
> Password protection should be destroyed in the example code in KeyStore 
> specification. Otherwise, applications may just copy and past the code, and 
> forget to clean up password protection.
> 
> It's a trivial update, and may not worthy of a CSR.  But please let me know 
> if you would like to have a CSR filed.
> 
> Thanks,
> Xuelei

Xue-Lei Andrew Fan has updated the pull request incrementally with one 
additional commit since the last revision:

  More udapte

-

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/8623/files
  - new: https://git.openjdk.java.net/jdk/pull/8623/files/e0bd03d0..442c1fda

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk=8623=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk=8623=01-02

  Stats: 4 lines in 1 file changed: 0 ins; 2 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8623.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8623/head:pull/8623

PR: https://git.openjdk.java.net/jdk/pull/8623