From 4f3581a0f3ad7eef9fecd5971a35538cb4b30acc Mon Sep 17 00:00:00 2001 From: rudolf Date: Mon, 22 Aug 2005 12:55:42 +0000 Subject: Logging wurde vorgezogen git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@457 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'id.server') diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java b/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java index 77dffa420..4cfd6f503 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java @@ -523,11 +523,11 @@ public class AuthenticationServer implements MOAIDAuthConstants { OutputXML2File.debugOutputXML2File("VerifyAuthenticationBlockRequest.xml", domVsreq, DEBUG_OUTPUT_HIERARCHY); // invokes the call Element domVsresp = new SignatureVerificationInvoker().verifyXMLSignature(domVsreq); - // parses the - VerifyXMLSignatureResponse vsresp = new VerifyXMLSignatureResponseParser(domVsresp).parseData(); // debug output - if(null != domVsresp) + if(null != domVsresp) OutputXML2File.debugOutputXML2File("VerifyAuthenticationBlockResponse.xml", domVsresp, DEBUG_OUTPUT_HIERARCHY); + // parses the + VerifyXMLSignatureResponse vsresp = new VerifyXMLSignatureResponseParser(domVsresp).parseData(); // validates the VerifyXMLSignatureResponseValidator.getInstance().validate( vsresp, -- cgit v1.2.3