aboutsummaryrefslogtreecommitdiff
path: root/spss.slinterface/res
diff options
context:
space:
mode:
Diffstat (limited to 'spss.slinterface/res')
-rw-r--r--spss.slinterface/res/resources/properties/init.properties2
-rw-r--r--spss.slinterface/res/resources/schemas/xmldsig-core-schema.xsd6
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>