diff options
author | Thomas <> | 2022-08-22 17:10:28 +0200 |
---|---|---|
committer | Thomas <> | 2022-08-22 17:10:28 +0200 |
commit | c8dfbc7f0b55a4f8c5238452055e5087fe46d675 (patch) | |
tree | 00f78021478af4a96b0e41f61eaf0c6e4a7781f9 /ms_specific_connector/src/main/resources/properties | |
parent | 28d59b19a4bc60ce4662e01a3c2ae18d38e675e6 (diff) | |
download | National_eIDAS_Gateway-c8dfbc7f0b55a4f8c5238452055e5087fe46d675.tar.gz National_eIDAS_Gateway-c8dfbc7f0b55a4f8c5238452055e5087fe46d675.tar.bz2 National_eIDAS_Gateway-c8dfbc7f0b55a4f8c5238452055e5087fe46d675.zip |
feat(core): add default error-handler to show custom error-page on any error
Diffstat (limited to 'ms_specific_connector/src/main/resources/properties')
-rw-r--r-- | ms_specific_connector/src/main/resources/properties/messages.properties | 4 | ||||
-rw-r--r-- | ms_specific_connector/src/main/resources/properties/messages_de.properties | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ms_specific_connector/src/main/resources/properties/messages.properties b/ms_specific_connector/src/main/resources/properties/messages.properties index cc60cd6e..848be229 100644 --- a/ms_specific_connector/src/main/resources/properties/messages.properties +++ b/ms_specific_connector/src/main/resources/properties/messages.properties @@ -10,6 +10,10 @@ gui.errorpage.msg.errorcode=Error Code: gui.errorpage.msg.errormsg=Error Message: gui.errorpage.msg.stacktrace=Stacktrace: +internal.96=Your are at Austrian eIDAS Service implementation and the requested page is only available during authentication by using the eIDAS framework. +internal.97=Your are at Austrian eIDAS Service implementation and the requested page does not exist. + + ##Country-Selection page gui.countryselection.title=eIDAS-Login Countryselection gui.countryselection.logo.bmi.alt=Logo BMI diff --git a/ms_specific_connector/src/main/resources/properties/messages_de.properties b/ms_specific_connector/src/main/resources/properties/messages_de.properties index 6f470ea0..31733497 100644 --- a/ms_specific_connector/src/main/resources/properties/messages_de.properties +++ b/ms_specific_connector/src/main/resources/properties/messages_de.properties @@ -10,6 +10,9 @@ gui.errorpage.msg.errorcode=Fehlercode : gui.errorpage.msg.errormsg=Fehlermeldung: gui.errorpage.msg.stacktrace=Stacktrace: +internal.96=Sie befinden sich am österreichischen eIDAS Service und die von Ihnen aufgerufene Seite kann nur im Zuge eines Anmeldeprozesses via eIDAS Netzwerk aufgerufen werden. +internal.97=Sie befinden sich am österreichischen eIDAS Service und die von Ihnen aufgerufene Seite existiert nicht. + ##Country-Selection page gui.countryselection.title=eIDAS-Login Länderauswahl gui.countryselection.logo.bmi.alt=Logo BMI @@ -126,4 +129,4 @@ gui.residency.input.postleitzahl=PLZ gui.residency.input.municipality=Gemeinde gui.residency.input.village=Ortschaft gui.residency.input.street=Straße -gui.residency.input.number=Nummer
\ No newline at end of file +gui.residency.input.number=Nummer |