diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-11-16 12:04:34 +0100 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-11-16 12:04:34 +0100 |
commit | 9a705e911485af200937ed4fbbd216f1ecefdea2 (patch) | |
tree | 9078c143b86371040edd02ec814a389d4ad7b86c /pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | |
parent | d649500a3e150f38d1ce00277549604f0762f125 (diff) | |
download | pdf-over-9a705e911485af200937ed4fbbd216f1ecefdea2.tar.gz pdf-over-9a705e911485af200937ed4fbbd216f1ecefdea2.tar.bz2 pdf-over-9a705e911485af200937ed4fbbd216f1ecefdea2.zip |
explicit error messages for http non-200
cf. #133
Diffstat (limited to 'pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties')
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties index 031b32e6..a1027e3e 100644 --- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties +++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties @@ -273,3 +273,5 @@ config.fido2.UnsupportedPlatform=FIDO2 authentication is currently unsupported o config.fido2.InfoURL=https://www.oesterreich.gv.at/id-austria/haeufige-fragen/allgemeines-zu-id-austria#fido config.fido2.Group=FIDO2 settings config.fido2.ByDefault=Select FIDO2 authentication by default +atrusterror.http_413=a-trust.at rejected request:\nProvided document exceeds size limit. +atrusterror.http_generic=a-trust.at rejected request:\nHTTP %d %s |