Re: RFR: 8292297: Fix up loading of override java.security properties file

2022-09-14 Thread Xue-Lei Andrew Fan
On Tue, 13 Sep 2022 14:58:11 GMT, Sean Coffey wrote: > Ensure that security properties are only overridden if the override security > properties file exists. > Refactored some of the code in Security class initialization also. > Extra test coverage for security properties file options. Looks g

Re: RFR: 8292297: Fix up loading of override java.security properties file

2022-09-14 Thread Sean Coffey
On Tue, 13 Sep 2022 16:47:09 GMT, Xue-Lei Andrew Fan wrote: > Is it a behavioral change that requires CSR approval? I considered the CSR impact before logging this PR. This issue corrects a bug where security properties had potential to be lost if an incorrect URL/resource was specified for th

Re: RFR: 8292297: Fix up loading of override java.security properties file

2022-09-13 Thread Xue-Lei Andrew Fan
On Tue, 13 Sep 2022 14:58:11 GMT, Sean Coffey wrote: > Ensure that security properties are only overridden if the override security > properties file exists. > Refactored some of the code in Security class initialization also. > Extra test coverage for security properties file options. Is it a

RFR: 8292297: Fix up loading of override java.security properties file

2022-09-13 Thread Sean Coffey
Ensure that security properties are only overridden if the override security properties file exists. Refactored some of the code in Security class initialization also. Extra test coverage for security properties file options. - Commit messages: - Merge branch 'master' into 8292297-