aboutsummaryrefslogtreecommitdiff
path: root/work
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2007-11-21 17:32:49 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2007-11-21 17:32:49 +0000
commit35a65bfdfeee48e03cb5dcfc72d45ac0b8a6c790 (patch)
tree55e48684d5ca51787060f1172bf5f01e8c2b7b48 /work
parent7b883e536a32606dd9d940479634a8d0055d1e57 (diff)
downloadpdf-as-3-35a65bfdfeee48e03cb5dcfc72d45ac0b8a6c790.tar.gz
pdf-as-3-35a65bfdfeee48e03cb5dcfc72d45ac0b8a6c790.tar.bz2
pdf-as-3-35a65bfdfeee48e03cb5dcfc72d45ac0b8a6c790.zip
Config-parameter "check_document" introduced.
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@224 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'work')
-rw-r--r--work/cfg/config.properties9
-rw-r--r--work/cfg/help_text.properties1
-rw-r--r--work/cfg/log4j.properties4
3 files changed, 9 insertions, 5 deletions
diff --git a/work/cfg/config.properties b/work/cfg/config.properties
index a5d7516..83b9c67 100644
--- a/work/cfg/config.properties
+++ b/work/cfg/config.properties
@@ -16,10 +16,11 @@ cert.alg.ecdsa=http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1
strict_mode=false
-# Erlaube Änderungen an bereits signierten Dokumenten
-# added by tzefferer
-# obsolete due to algorithmic changes
-allow_post_sign_modifications=true
+# Überprüfe Korrektheit des Dokuments
+# bei binary_only=true: Fehler falls textuelle Signatur
+# bei assume_only_signauture_blocks=false: Fehler falls inkremetelle Updates nach Signatur
+# In beiden Fällen wird check_old_textual_sigs berücksichtigt.
+check_document=true
#VerificationFilterPatameters
# modify only if you really know the algorithms
diff --git a/work/cfg/help_text.properties b/work/cfg/help_text.properties
index c03802e..0a61747 100644
--- a/work/cfg/help_text.properties
+++ b/work/cfg/help_text.properties
@@ -50,6 +50,7 @@ error.code.315=Beim Auffinden der Signaturen ist ein Fehler aufgetreten. Obwohl
# added by tzefferer
error.code.316=Das Dokument wurde nach erfolgter Signierung verändert.
+error.code.317=Das Dokument enthält nicht-binäre Signaturen
error.code.320=Es kann keine Verbindung zur Bürgerkartenumgebung hergestellt werden.
error.code.330=Es kann keine Verbindung zu MOA hergestellt werden oder MOA hat den Request zurückgewiesen.
diff --git a/work/cfg/log4j.properties b/work/cfg/log4j.properties
index f09507c..d2bd97d 100644
--- a/work/cfg/log4j.properties
+++ b/work/cfg/log4j.properties
@@ -6,7 +6,9 @@
# For the general syntax of property based configuration files see the
# documenation of org.apache.log4j.PropertyConfigurator.
-log4j.rootLogger=INFO, CA, FA
+log4j.rootLogger=DEBUG, CA
+log4j.logger.org.pdfbox=INFO
+log4j.logger.org.apache.commons=INFO
# CA is set to be a ConsoleAppender which outputs to System.out.
log4j.appender.CA=org.apache.log4j.ConsoleAppender