diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-11-25 13:05:49 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-11-25 13:05:49 +0000 |
commit | 2573a0bde88b31d08db21a57f296bacf7c99dc14 (patch) | |
tree | b3c22cb97f51bbb965f320e33ebfec3b5bbfe0ba /BKUOnline/src | |
parent | 9f9880b25b6e5365eaf7a036a68b20e8b96b8a31 (diff) | |
download | mocca-2573a0bde88b31d08db21a57f296bacf7c99dc14.tar.gz mocca-2573a0bde88b31d08db21a57f296bacf7c99dc14.tar.bz2 mocca-2573a0bde88b31d08db21a57f296bacf7c99dc14.zip |
Filenames derived from reference URI
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@556 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src')
-rw-r--r-- | BKUOnline/src/main/resources/log4j.properties | 2 | ||||
-rw-r--r-- | BKUOnline/src/main/webapp/SLRequestForm.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/BKUOnline/src/main/resources/log4j.properties b/BKUOnline/src/main/resources/log4j.properties index 25ea9faa..3eab8604 100644 --- a/BKUOnline/src/main/resources/log4j.properties +++ b/BKUOnline/src/main/resources/log4j.properties @@ -14,7 +14,7 @@ # limitations under the License. -#log4j.rootLogger=INFO, STDOUT, file +#log4j.rootLogger=DEBUG, STDOUT, file log4j.rootLogger=INFO, file #log4j.logger.at.gv = INFO diff --git a/BKUOnline/src/main/webapp/SLRequestForm.html b/BKUOnline/src/main/webapp/SLRequestForm.html index 24a88a1e..2de652a7 100644 --- a/BKUOnline/src/main/webapp/SLRequestForm.html +++ b/BKUOnline/src/main/webapp/SLRequestForm.html @@ -83,8 +83,8 @@ <sl:CreateXMLSignatureRequest xmlns:sl="http://www.buergerkarte.at/namespaces/securitylayer/1.2#"> <sl:KeyboxIdentifier>SecureSignatureKeypair</sl:KeyboxIdentifier> - <sl:DataObjectInfo Structure="enveloping"> - <sl:DataObject> + <sl:DataObjectInfo Structure="detached"> + <sl:DataObject Reference="test.txt"> <sl:XMLContent>Ich bin ein einfacher Text.</sl:XMLContent> </sl:DataObject> <sl:TransformsInfo> |