From 9e8ff475568c7fe29c4ffa253fafd5cabd3a6b5a Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 19 Jul 2018 09:34:48 +0200 Subject: some small changes to solve compatibility problems --- .../java/at/gv/egiz/eaaf/core/impl/idp/auth/builder/BPKBuilder.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eaaf_core') diff --git a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/builder/BPKBuilder.java b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/builder/BPKBuilder.java index 62a57dd1..dfafea6f 100644 --- a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/builder/BPKBuilder.java +++ b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/builder/BPKBuilder.java @@ -173,7 +173,7 @@ public class BPKBuilder { // check if we have been called by public sector application if (baseIDType.startsWith(EAAFConstants.URN_PREFIX_BASEID)) { - bPKType = EAAFConstants.URN_PREFIX_EIDAS + "+" + sourceCountry + "+" + destinationCountry; + bPKType = EAAFConstants.URN_PREFIX_EIDAS + sourceCountry + "+" + destinationCountry; log.debug("Building eIDAS identification from: [identValue]+" + bPKType); bPK = calculatebPKwbPK(baseID + "+" + bPKType); @@ -192,7 +192,7 @@ public class BPKBuilder { bPK + ", Zielland=" + destinationCountry + ", Ursprungsland=" + sourceCountry); } - log.debug("Building eIDAS identification from: " + sourceCountry+"/"+destinationCountry+"/" + "[identValue]"); + log.trace("eIDAS pseudonym generation finished. "); String eIdentifier = sourceCountry + "/" + destinationCountry + "/" + bPK; return Pair.newInstance(eIdentifier, bPKType); -- cgit v1.2.3