diff options
| author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-11-30 15:23:57 +0000 | 
|---|---|---|
| committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-11-30 15:23:57 +0000 | 
| commit | 25864b8bd4aeed9ab012cdaca652c4b9c7768092 (patch) | |
| tree | 1d2c5855b442dabe3f39d64b184b5e866c8b0fc9 /id.server/src | |
| parent | 85ef8e9358bb96999764029ea3992fdff9ef5274 (diff) | |
| download | moa-id-spss-25864b8bd4aeed9ab012cdaca652c4b9c7768092.tar.gz moa-id-spss-25864b8bd4aeed9ab012cdaca652c4b9c7768092.tar.bz2 moa-id-spss-25864b8bd4aeed9ab012cdaca652c4b9c7768092.zip | |
*** empty log message ***
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@597 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/src')
| -rw-r--r-- | id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java | 3 | 
1 files changed, 1 insertions, 2 deletions
| 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( | 
