From 35a65bfdfeee48e03cb5dcfc72d45ac0b8a6c790 Mon Sep 17 00:00:00 2001 From: tknall Date: Wed, 21 Nov 2007 17:32:49 +0000 Subject: Config-parameter "check_document" introduced. git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@224 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- work/cfg/config.properties | 9 +++++---- work/cfg/help_text.properties | 1 + work/cfg/log4j.properties | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'work') 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 -- cgit v1.2.3