aboutsummaryrefslogtreecommitdiff
path: root/modules/core_common_webapp/src/main/resources
diff options
context:
space:
mode:
authorThomas <>2022-08-22 17:10:28 +0200
committerThomas <>2022-08-22 17:10:28 +0200
commitc8dfbc7f0b55a4f8c5238452055e5087fe46d675 (patch)
tree00f78021478af4a96b0e41f61eaf0c6e4a7781f9 /modules/core_common_webapp/src/main/resources
parent28d59b19a4bc60ce4662e01a3c2ae18d38e675e6 (diff)
downloadNational_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 'modules/core_common_webapp/src/main/resources')
-rw-r--r--modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml b/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml
index af3594a5..04694ef1 100644
--- a/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml
+++ b/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml
@@ -28,6 +28,9 @@
<property name="guiBuilder" ref="mvcGUIBuilderImpl" />
</bean>
+ <bean id="genericErrorHandler"
+ class="at.asitplus.eidas.specific.core.controller.DefaultErrorController" />
+
<bean id="securePendingRequestIdGeneration"
class="at.gv.egiz.eaaf.core.impl.utils.SecurePendingRequestIdGenerationStrategy" />