diff options
author | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2010-01-15 14:04:38 +0000 |
---|---|---|
committer | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2010-01-15 14:04:38 +0000 |
commit | c9827ea54f9b66e60897c31e5b0e226fdd3e06d1 (patch) | |
tree | c9e4ccc3b20d75d53f992224e64a78d0f555b00c /work/cfg | |
parent | 3231b0d2c665d5493e3a1e63106b8bc934d9094b (diff) | |
download | pdf-as-3-c9827ea54f9b66e60897c31e5b0e226fdd3e06d1.tar.gz pdf-as-3-c9827ea54f9b66e60897c31e5b0e226fdd3e06d1.tar.bz2 pdf-as-3-c9827ea54f9b66e60897c31e5b0e226fdd3e06d1.zip |
- fixing bug #411
- fixed invalid verification link in configuration
- removed some needless log.info messages
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@553 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'work/cfg')
-rw-r--r-- | work/cfg/config.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/work/cfg/config.properties b/work/cfg/config.properties index cb50888..6967454 100644 --- a/work/cfg/config.properties +++ b/work/cfg/config.properties @@ -464,7 +464,7 @@ sig_obj.SIGNATURBLOCK_EN.key.SIG_META=Verification sig_obj.SIGNATURBLOCK_EN.pos=f:80
sig_obj.SIGNATURBLOCK_EN.adobeSignFieldValue=PDF-AS Signature
-sig_obj.SIGNATURBLOCK_EN.adobeSignReasonValue=Information about the verification can be found at http://signature-verification.gv.at
+sig_obj.SIGNATURBLOCK_EN.adobeSignReasonValue=Information about the verification can be found at http://www.signature-verification.gv.at
sig_obj.SIGNATURBLOCK_EN.verifyURL=http://www.signature-verification.gv.at
sig_obj.SIGNATURBLOCK_EN.value.SIG_META=Information about the verification of the electronic signature and of the printout can be found at: http://www.signature-verification.gv.at
@@ -513,7 +513,7 @@ sig_obj.SIGNATURBLOCK_EN_PDFA.key.SIG_META=Verification sig_obj.SIGNATURBLOCK_EN_PDFA.pos=f:80
sig_obj.SIGNATURBLOCK_EN_PDFA.adobeSignFieldValue=PDF-AS Signature
-sig_obj.SIGNATURBLOCK_EN_PDFA.adobeSignReasonValue=Information about the verification can be found at http://signature-verification.gv.at
+sig_obj.SIGNATURBLOCK_EN_PDFA.adobeSignReasonValue=Information about the verification can be found at http://www.signature-verification.gv.at
sig_obj.SIGNATURBLOCK_EN_PDFA.verifyURL=http://www.signature-verification.gv.at
sig_obj.SIGNATURBLOCK_EN_PDFA.value.SIG_META=Information about the verification of the electronic signature and of the printout can be found at: http://www.signature-verification.gv.at
|