sorry, correction to typo
As jdk.localedata module does *not* read any system properties,
tightened permissions for same.
On 14/11/16 12:42 PM, Rachna Goel wrote:
Hi,
Kindly review fix for JDK-8168906.
https://bugs.openjdk.java.net/browse/JDK-8168906
Patch :http://cr.openjdk.java.net/~r
On 14/11/2016 07:12, Rachna Goel wrote:
Hi,
Kindly review fix for JDK-8168906.
https://bugs.openjdk.java.net/browse/JDK-8168906
Patch :http://cr.openjdk.java.net/~rgoel/JDK-8168906/webrev/
fix: As jdk.localedata module does read any system properties,
tightened permissions for same.
If you
Hi,
Kindly review fix for JDK-8168906.
https://bugs.openjdk.java.net/browse/JDK-8168906
Patch :http://cr.openjdk.java.net/~rgoel/JDK-8168906/webrev/
fix: As jdk.localedata module does read any system properties, tightened
permissions for same.
Thanks,
Rachna
Since java 6, a class named Console was created. This class allows
reading and writing directly to the console, including getting input
without echoing for password purposes.
Unfortunately, that class does not include useful functionality for java
programs to work on the console and output for