diff options
author | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-02-01 17:57:09 +0000 |
---|---|---|
committer | gregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-02-01 17:57:09 +0000 |
commit | 53b50fbb42d20b5ed780f9779bcd934276fa3cf8 (patch) | |
tree | 05ae9a1c6c5a3961c3140e6a5b91d4a5fd39212d /spss.slinterface/res | |
parent | 71876f10c811565e4f041333d91d83b65866dd48 (diff) | |
download | moa-id-spss-53b50fbb42d20b5ed780f9779bcd934276fa3cf8.tar.gz moa-id-spss-53b50fbb42d20b5ed780f9779bcd934276fa3cf8.tar.bz2 moa-id-spss-53b50fbb42d20b5ed780f9779bcd934276fa3cf8.zip |
*** empty log message ***
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@268 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.slinterface/res')
-rw-r--r-- | spss.slinterface/res/resources/properties/init.properties | 2 | ||||
-rw-r--r-- | spss.slinterface/res/resources/schemas/xmldsig-core-schema.xsd | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/spss.slinterface/res/resources/properties/init.properties b/spss.slinterface/res/resources/properties/init.properties index 634fff872..a2361840c 100644 --- a/spss.slinterface/res/resources/properties/init.properties +++ b/spss.slinterface/res/resources/properties/init.properties @@ -8,7 +8,7 @@ location.schema.slxhtml = /WEB-INF/classes/resources/schemas/slxhtml-1.0/slxhtml location.tempdir = /workDir/temp/ service.sp.endpoint = http://localhost:8080/moa-spss/services/SignatureVerification -service.sp.trustProfileId = TrustProfile1 +service.sp.trustProfileId = E-Recht result.showetsi = false result.showslmanifest = false diff --git a/spss.slinterface/res/resources/schemas/xmldsig-core-schema.xsd b/spss.slinterface/res/resources/schemas/xmldsig-core-schema.xsd index df126b30e..801b01416 100644 --- a/spss.slinterface/res/resources/schemas/xmldsig-core-schema.xsd +++ b/spss.slinterface/res/resources/schemas/xmldsig-core-schema.xsd @@ -115,7 +115,11 @@ <element name="Transform" type="ds:TransformType"/> <complexType name="TransformType" mixed="true"> <choice minOccurs="0" maxOccurs="unbounded"> - <any namespace="##other" processContents="lax"/> + + <!--<any namespace="##other" processContents="lax"/> + Changed GK 20040621: Avoid parsing errors when parsing html/stylesheet markup --> + <any namespace="##other" processContents="skip"/> + <!-- (1,1) elements from (0,unbounded) namespaces --> <element name="XPath" type="string"/> </choice> |