diff options
| -rw-r--r-- | id.server/history.txt | 2 | ||||
| -rw-r--r-- | id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java | 3 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/id.server/history.txt b/id.server/history.txt index bb42aa4a4..f968382ef 100644 --- a/id.server/history.txt +++ b/id.server/history.txt @@ -6,7 +6,9 @@ History MOA-ID:  Version MAO-ID 1.3.0: Änderungen seit Version MAO-ID 1.3.0d01:  - Update der Proxykompnente auf MOA-ID Modus (wbPK) +- Transformationen können nun auch je Onlineapplikation gesetzt werden  - Update PKI auf OCSP (für E-CARD) +- Update der Zertifikatsspeicher und Trustprofile  - IAIK Libraries wieder nur Vollversion  	Versionsnummern:  	iaik-jce: 			Version 3.13_3.13_NONEwithRSA (MOA-ID kann nun auch mit JDK1.5 verwendet werden) diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java b/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java index 9d7e52adc..b1fe0a6df 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java @@ -90,8 +90,7 @@ public class AuthenticationBlockAssertionBuilder implements Constants {      String wbpkNSDeclaration = "";      if (target == null) {        // OA is a business application -      gebeORwbpk =  MessageFormat.format( -        WBPK_ATTRIBUTE, new Object[] { identityLinkValue, identityLinkType }); +      gebeORwbpk =  MessageFormat.format(WBPK_ATTRIBUTE, new Object[] { identityLinkValue, identityLinkType });        wbpkNSDeclaration = " xmlns:pr=\"" + PD_NS_URI + "\"";      } else {        gebeORwbpk =  MessageFormat.format( | 
