Re: RFR: 8319332: Security properties files inclusion [v9]

2024-05-01 Thread Weijun Wang
On Tue, 23 Apr 2024 17:19:55 GMT, Francisco Ferrari Bihurriet wrote: >> The implementation of this proposal is based on the requirements, >> specification and design choices described in the [JDK-8319332] ticket and >> its respective CSR [JDK-8319333]. What follows are implementation notes

Re: RFR: 8319332: Security properties files inclusion [v9]

2024-05-01 Thread Weijun Wang
On Tue, 23 Apr 2024 17:19:55 GMT, Francisco Ferrari Bihurriet wrote: >> The implementation of this proposal is based on the requirements, >> specification and design choices described in the [JDK-8319332] ticket and >> its respective CSR [JDK-8319333]. What follows are implementation notes

Re: RFR: 8319332: Security properties files inclusion [v9]

2024-05-01 Thread Martin Balao
On Wed, 1 May 2024 18:34:41 GMT, Weijun Wang wrote: > I'm seeing > > ``` > java.lang.reflect.InvocationTargetException > at > java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118) > at

Re: RFR: 8319332: Security properties files inclusion [v9]

2024-05-01 Thread Weijun Wang
On Tue, 23 Apr 2024 17:19:55 GMT, Francisco Ferrari Bihurriet wrote: >> The implementation of this proposal is based on the requirements, >> specification and design choices described in the [JDK-8319332] ticket and >> its respective CSR [JDK-8319333]. What follows are implementation notes

Re: RFR: 8319332: Security properties files inclusion [v9]

2024-05-01 Thread Martin Balao
On Wed, 1 May 2024 15:12:10 GMT, Weijun Wang wrote: > Just one more question on the system property expansion when it's not > defined. In your example: > > > include ${java.home}/conf/security/profile${SecurityProfile}.security > > How bad will it be if we require user to set

Re: RFR: 8319332: Security properties files inclusion [v9]

2024-05-01 Thread Weijun Wang
On Tue, 23 Apr 2024 17:19:55 GMT, Francisco Ferrari Bihurriet wrote: >> The implementation of this proposal is based on the requirements, >> specification and design choices described in the [JDK-8319332] ticket and >> its respective CSR [JDK-8319333]. What follows are implementation notes

Re: RFR: 8319332: Security properties files inclusion [v9]

2024-05-01 Thread Weijun Wang
On Tue, 23 Apr 2024 17:19:55 GMT, Francisco Ferrari Bihurriet wrote: >> The implementation of this proposal is based on the requirements, >> specification and design choices described in the [JDK-8319332] ticket and >> its respective CSR [JDK-8319333]. What follows are implementation notes

Re: RFR: 8319332: Security properties files inclusion [v9]

2024-04-23 Thread Francisco Ferrari Bihurriet
> The implementation of this proposal is based on the requirements, > specification and design choices described in the [JDK-8319332] ticket and > its respective CSR [JDK-8319333]. What follows are implementation notes > organized per functional component, with the purpose of assisting to