aboutsummaryrefslogtreecommitdiff
path: root/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml')
-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" />