Re: RFR (XS) : 8031191 Warning exception when XMLSignature logging is enabled

2014-10-02 Thread Sean Mullan
Also looks fine to me. --Sean On 10/02/2014 06:25 AM, Chris Hegarty wrote: On 2 Oct 2014, at 06:00, Seán Coffey wrote: Simple fix to the issue reported in the bug report. I've moved the logging calls past the 'sa.initVerify(pk);" call. bug : https://bugs.openjdk.java.net/browse/JDK-8031191

Re: RFR (XS) : 8031191 Warning exception when XMLSignature logging is enabled

2014-10-02 Thread Chris Hegarty
On 2 Oct 2014, at 06:00, Seán Coffey wrote: > Simple fix to the issue reported in the bug report. I've moved the logging > calls past the 'sa.initVerify(pk);" call. > > bug : https://bugs.openjdk.java.net/browse/JDK-8031191 > webrev : http://cr.openjdk.java.net/~coffeys/webrev.8031191/webrev/

RFR (XS) : 8031191 Warning exception when XMLSignature logging is enabled

2014-10-02 Thread Seán Coffey
Simple fix to the issue reported in the bug report. I've moved the logging calls past the 'sa.initVerify(pk);" call. bug : https://bugs.openjdk.java.net/browse/JDK-8031191 webrev : http://cr.openjdk.java.net/~coffeys/webrev.8031191/webrev/ regards, Sean.