diff options
author | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-11-06 11:13:13 +0000 |
---|---|---|
committer | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-11-06 11:13:13 +0000 |
commit | a8fbe4e18fab064c0fa5e06ec9e650be3a5f311f (patch) | |
tree | 5fb1259a77007f777da43f394a4eea3c663ba6b5 /spss.server/data/deploy | |
parent | b70d8ad8da1d5c5e417aef90f1d77ddd64fe36d8 (diff) | |
download | moa-id-spss-a8fbe4e18fab064c0fa5e06ec9e650be3a5f311f.tar.gz moa-id-spss-a8fbe4e18fab064c0fa5e06ec9e650be3a5f311f.tar.bz2 moa-id-spss-a8fbe4e18fab064c0fa5e06ec9e650be3a5f311f.zip |
Fehlerhaften Wert von MOAConfiguration/TrustProfile/@uri korrigiert (siehe Bug 31).
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@22 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.server/data/deploy')
-rw-r--r-- | spss.server/data/deploy/conf/moa-spss/MinimalSPConfig.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/spss.server/data/deploy/conf/moa-spss/MinimalSPConfig.xml b/spss.server/data/deploy/conf/moa-spss/MinimalSPConfig.xml index d52391843..be07f602e 100644 --- a/spss.server/data/deploy/conf/moa-spss/MinimalSPConfig.xml +++ b/spss.server/data/deploy/conf/moa-spss/MinimalSPConfig.xml @@ -1,4 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<MOAConfiguration xmlns="http://reference.e-government.gv.at/namespace/moaconfig/20021122#"> - <TrustProfile id="TrustProfile1" uri="file:/SERVERDIR/resources/TrustProfile1"/> +<MOAConfiguration + xmlns="http://reference.e-government.gv.at/namespace/moaconfig/20021122#" + xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"> + + <TrustProfile id="TrustProfile1" uri="trustProfiles/trustProfile1"/> + </MOAConfiguration> |