Re: JDK 8 Review Request for 8031825: OCSP client can't find responder cert if it uses a different subject key id algorithm than responderID

2014-01-17 Thread Xuelei Fan
looks fine to me. Xuelei On 1/18/2014 2:41 AM, Sean Mullan wrote: Please review the following fix for a serious issue found while testing interoperability with an OCSP responder: JBS: https://bugs.openjdk.java.net/browse/JDK-8031825 webrev: http://cr.openjdk.java.net/~mullan/webrevs/8031825/we

RE: Java 7u51 / Windows 8.1 / IE11 combination doesn't work

2014-01-17 Thread Mickey Segal
I reported this as a bug. For completeness, I will mention here that I got feedback within minutes that " We have determined that this report is a new bug and have entered the bug into our bug tracking system". Unfortunately since the bug reporter hung for a minute and I pressed submit again I en

JDK 8 Review Request for 8031825: OCSP client can't find responder cert if it uses a different subject key id algorithm than responderID

2014-01-17 Thread Sean Mullan
Please review the following fix for a serious issue found while testing interoperability with an OCSP responder: JBS: https://bugs.openjdk.java.net/browse/JDK-8031825 webrev: http://cr.openjdk.java.net/~mullan/webrevs/8031825/webrev.00/ The regression test depends on proprietary certs, so it wi

Re: Java 7u51 / Windows 8.1 / IE11 combination doesn't work

2014-01-17 Thread Xerxes Rånby
2014-01-16 18:42, Mickey Segal skrev:> It seems that one of the new security features in Java 7 update 51 is messing up the Java / Internet Explorer 11 / Windows 8.1 combination, but other combinations OK. > > During installation of Java 7u51, a security dialog pops up: “Do you want to > allow t

Security Policy with denying rules

2014-01-17 Thread Ondřej Lukáš
Hi, I've implemented Java Security Manager and Policy for using denying rules and I think that maybe someone will be interested in it. Standard Java Policy [1] uses only granting permissions and there are cases when denying rules are more comfortable than granting rules. I would like to know your o