Re: RFR: 8309330: Allow java.security to be extended via a properties directory [v3]

2023-11-10 Thread Andrew John Hughes
On Tue, 29 Aug 2023 21:59:37 GMT, Andrew John Hughes wrote: >> Currently, security properties are held within the `java.security` file in >> the JDK tree for each installed JDK. The system property >> `java.security.properties` can be used to point to a file containing >> additional properties

Re: RFR: 8309330: Allow java.security to be extended via a properties directory [v2]

2023-08-29 Thread Andrew John Hughes
On Thu, 24 Aug 2023 01:27:55 GMT, Martin Balao wrote: > As commented here [1], @franferrax and I have been working on a different > approach to this problem. We suggest to put this PR on hold until we have our > proposal ready to compare and discuss further. > > -- [1] - > https://bugs.openjd

Re: RFR: 8309330: Allow java.security to be extended via a properties directory [v3]

2023-08-29 Thread Andrew John Hughes
> Currently, security properties are held within the `java.security` file in > the JDK tree for each installed JDK. The system property > `java.security.properties` can be used to point to a file containing > additional properties. These can be appended to the existing set or override > all exi

Re: RFR: 8309330: Allow java.security to be extended via a properties directory [v2]

2023-08-23 Thread Martin Balao
On Fri, 2 Jun 2023 12:58:36 GMT, Andrew John Hughes wrote: >> Currently, security properties are held within the `java.security` file in >> the JDK tree for each installed JDK. The system property >> `java.security.properties` can be used to point to a file containing >> additional properties.

Re: RFR: 8309330: Allow java.security to be extended via a properties directory [v2]

2023-07-11 Thread Bernd
. This can also be a symlink to a central dir.GrussBernd-- http://bernd.eckenfels.net  Von: security-dev im Auftrag von Andrew John Hughes Gesendet: Dienstag, Juli 11, 2023 10:52 AMAn: security-dev@openjdk.org Betreff: Re: RFR: 8309330: Allow java.security to be extended via a properties

Re: RFR: 8309330: Allow java.security to be extended via a properties directory [v2]

2023-07-11 Thread Andrew John Hughes
On Fri, 2 Jun 2023 12:58:36 GMT, Andrew John Hughes wrote: >> Currently, security properties are held within the `java.security` file in >> the JDK tree for each installed JDK. The system property >> `java.security.properties` can be used to point to a file containing >> additional properties.

Re: RFR: 8309330: Allow java.security to be extended via a properties directory [v2]

2023-06-02 Thread Alexey Bakhtin
On Fri, 2 Jun 2023 12:58:36 GMT, Andrew John Hughes wrote: >> Currently, security properties are held within the `java.security` file in >> the JDK tree for each installed JDK. The system property >> `java.security.properties` can be used to point to a file containing >> additional properties.

Re: RFR: 8309330: Allow java.security to be extended via a properties directory [v2]

2023-06-02 Thread Andrew John Hughes
> Currently, security properties are held within the `java.security` file in > the JDK tree for each installed JDK. The system property > `java.security.properties` can be used to point to a file containing > additional properties. These can be appended to the existing set or override > all exi

Re: RFR: 8309330: Allow java.security to be extended via a properties directory

2023-06-02 Thread Andrew John Hughes
On Fri, 2 Jun 2023 11:54:00 GMT, Weijun Wang wrote: >> Currently, security properties are held within the `java.security` file in >> the JDK tree for each installed JDK. The system property >> `java.security.properties` can be used to point to a file containing >> additional properties. These

Re: RFR: 8309330: Allow java.security to be extended via a properties directory

2023-06-02 Thread Andrew John Hughes
On Fri, 2 Jun 2023 02:01:00 GMT, Alexey Bakhtin wrote: >> Currently, security properties are held within the `java.security` file in >> the JDK tree for each installed JDK. The system property >> `java.security.properties` can be used to point to a file containing >> additional properties. The

Re: RFR: 8309330: Allow java.security to be extended via a properties directory

2023-06-02 Thread Weijun Wang
On Fri, 2 Jun 2023 00:57:49 GMT, Andrew John Hughes wrote: > Currently, security properties are held within the `java.security` file in > the JDK tree for each installed JDK. The system property > `java.security.properties` can be used to point to a file containing > additional properties. The

Re: RFR: 8309330: Allow java.security to be extended via a properties directory

2023-06-01 Thread Alexey Bakhtin
On Fri, 2 Jun 2023 00:57:49 GMT, Andrew John Hughes wrote: > Currently, security properties are held within the `java.security` file in > the JDK tree for each installed JDK. The system property > `java.security.properties` can be used to point to a file containing > additional properties. The

RFR: 8309330: Allow java.security to be extended via a properties directory

2023-06-01 Thread Andrew John Hughes
Currently, security properties are held within the `java.security` file in the JDK tree for each installed JDK. The system property `java.security.properties` can be used to point to a file containing additional properties. These can be appended to the existing set or override all existing prope