diff options
Diffstat (limited to 'work')
-rw-r--r-- | work/cfg/config.properties | 9 | ||||
-rw-r--r-- | work/cfg/help_text.properties | 1 | ||||
-rw-r--r-- | work/cfg/log4j.properties | 4 |
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 |