diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2017-12-19 07:08:36 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2017-12-19 07:08:36 +0100 |
commit | a6570f5174563472cace5f3619779c8a18c407f3 (patch) | |
tree | 3a35ed36f6a8bf3f05279dcdc42c9650cc401abc /moaSig/moa-sig-lib/src | |
parent | 95ce1a4f7e2b0be1d359e815fe7e631609c44844 (diff) | |
download | moa-sig-a6570f5174563472cace5f3619779c8a18c407f3.tar.gz moa-sig-a6570f5174563472cace5f3619779c8a18c407f3.tar.bz2 moa-sig-a6570f5174563472cace5f3619779c8a18c407f3.zip |
fix bug in ASiC implementation if zip contains same filename twince
Diffstat (limited to 'moaSig/moa-sig-lib/src')
-rw-r--r-- | moaSig/moa-sig-lib/src/main/resources/resources/properties/spss_messages_de.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/moaSig/moa-sig-lib/src/main/resources/resources/properties/spss_messages_de.properties b/moaSig/moa-sig-lib/src/main/resources/resources/properties/spss_messages_de.properties index 76a635a..6971f56 100644 --- a/moaSig/moa-sig-lib/src/main/resources/resources/properties/spss_messages_de.properties +++ b/moaSig/moa-sig-lib/src/main/resources/resources/properties/spss_messages_de.properties @@ -195,4 +195,5 @@ asic.0012=Evidence Record (XML) not supported asic.0013=Timestamp Tokens not supported
asic.0014=ASiC-S can only contain one data object file
asic.0015=ASiC-S can only contain one signature file
-asic.0016=Provided ASiC format is not supported for verification
\ No newline at end of file +asic.0016=Provided ASiC format is not supported for verification
+asic.0017=ASiC container is corrupt. More then one entry with name {0}
\ No newline at end of file |