From c8dfbc7f0b55a4f8c5238452055e5087fe46d675 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 22 Aug 2022 17:10:28 +0200 Subject: feat(core): add default error-handler to show custom error-page on any error --- .../src/main/resources/properties/messages.properties | 4 ++++ .../src/main/resources/properties/messages_de.properties | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'ms_specific_connector/src/main/resources/properties') 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 -- cgit v1.2.3