Re: RFR:JDK-8168906-Tighten permissions granted to the jdk.localedata module

2016-11-13 Thread Rachna Goel
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

Re: RFR:JDK-8168906-Tighten permissions granted to the jdk.localedata module

2016-11-13 Thread Alan Bateman
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

RFR:JDK-8168906-Tighten permissions granted to the jdk.localedata module

2016-11-13 Thread Rachna Goel
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

Java is too limited when dealing with the Console

2016-11-13 Thread Brunoais
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