Re: Dup content in java.security-platform files

2014-02-24 Thread Sean Mullan
On 02/24/2014 08:57 AM, Sean Mullan wrote: On 02/23/2014 06:57 PM, Wang Weijun wrote: A somehow related question: is there a proposal to specify a security property on the command line? I agree that would be useful. A workaround: echo "property=foo" > /tmp/props; java -Djava.security.properti

Re: Dup content in java.security-platform files

2014-02-24 Thread Sean Mullan
On 02/23/2014 06:57 PM, Wang Weijun wrote: A somehow related question: is there a proposal to specify a security property on the command line? I agree that would be useful. A workaround: echo "property=foo" > /tmp/props; java -Djava.security.properties=/tmp/foo ... --Sean

Re: Dup content in java.security-platform files

2014-02-23 Thread Wang Weijun
A somehow related question: is there a proposal to specify a security property on the command line? Thanks Max On Feb 24, 2014, at 1:44, Sean Mullan wrote: > On 02/21/2014 01:17 AM, Wang Weijun wrote: >> Is there a proposal to extract them into a single include file? > > No solution proposed

Re: Dup content in java.security-platform files

2014-02-23 Thread Sean Mullan
On 02/21/2014 01:17 AM, Wang Weijun wrote: Is there a proposal to extract them into a single include file? No solution proposed yet, but there is an RFE for this: https://bugs.openjdk.java.net/browse/JDK-6997010 --Sean

Dup content in java.security-platform files

2014-02-20 Thread Wang Weijun
Is there a proposal to extract them into a single include file? Thanks Max