diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-04-01 09:05:40 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-04-01 09:05:40 +0200 |
commit | bada55e1a4ee92bc05d55950836942ed6c3e97f6 (patch) | |
tree | 6739d8b253ba0d8216a27094f09153e37a8fa3da /eaaf_core/src/main/resources | |
parent | ccef126ae469181b9a4a15ea16d0ab0ffa22621e (diff) | |
download | EAAF-Components-bada55e1a4ee92bc05d55950836942ed6c3e97f6.tar.gz EAAF-Components-bada55e1a4ee92bc05d55950836942ed6c3e97f6.tar.bz2 EAAF-Components-bada55e1a4ee92bc05d55950836942ed6c3e97f6.zip |
fix wrong format in case of encrypted wbPKs
Diffstat (limited to 'eaaf_core/src/main/resources')
-rw-r--r-- | eaaf_core/src/main/resources/messages/eaaf_core_messages.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties b/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties index 1916a7fc..064554b9 100644 --- a/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties +++ b/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties @@ -1,6 +1,7 @@ eaaf.core.00=Requested URL: {0} is NOT allowed by configuration. builder.08=Authentication process could NOT completed. Reason: {0} - - +builder.30=Decrypted bPK target: {0} does not match to required target: {1} +builder.31=Encrypted bPK has a suspect format and consists of #{0} elements +builder.32=bPK-target format must be full URI |