RfR JDK-8051626 Rework security restrictions of Java Access Bridge and related Utilities

2015-07-13 Thread Pete Brunet
Please review the webrev for https://bugs.openjdk.java.net/browse/JDK-8051626 http://cr.openjdk.java.net/~ptbrunet/JDK-8051626/webrev.00/ This is so the the Java Accessibility Utilities package, com.sun.java.accessibility.util, can be run with the security manager active but the non-public access

RFR 8131051: KDC might issue a renewable ticket even if not requested

2015-07-13 Thread Weijun Wang
Hi All Please take a look at the fix at http://cr.openjdk.java.net/~weijun/8131051/webrev.00/ When a ticket request has a ticket_lifetime that the KDC considers too long it will issue a renewable ticket with a shorter lifetime. Unfortunately, JDK does not accept this. Thanks Max