aboutsummaryrefslogtreecommitdiff
path: root/modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml
diff options
context:
space:
mode:
authorThomas <>2022-08-23 09:52:54 +0200
committerThomas <>2022-08-23 09:52:54 +0200
commit25c58b0a065db4a38610d54539d707ca4aaae326 (patch)
treea03e88d11e4c036b28da81f65142c626489b5260 /modules/core_common_webapp/src/main/resources/specific_eIDAS_core.beans.xml
parentc8dfbc7f0b55a4f8c5238452055e5087fe46d675 (diff)
downloadNational_eIDAS_Gateway-25c58b0a065db4a38610d54539d707ca4aaae326.tar.gz
National_eIDAS_Gateway-25c58b0a065db4a38610d54539d707ca4aaae326.tar.bz2
National_eIDAS_Gateway-25c58b0a065db4a38610d54539d707ca4aaae326.zip
refact(core): optimize default error handler and add root context "/"
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.xml4
1 files changed, 3 insertions, 1 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 04694ef1..30500bbc 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
@@ -29,7 +29,9 @@
</bean>
<bean id="genericErrorHandler"
- class="at.asitplus.eidas.specific.core.controller.DefaultErrorController" />
+ class="at.asitplus.eidas.specific.core.controller.DefaultErrorController">
+ <property name="guiBuilder" ref="mvcGUIBuilderImpl" />
+ </bean>
<bean id="securePendingRequestIdGeneration"
class="at.gv.egiz.eaaf.core.impl.utils.SecurePendingRequestIdGenerationStrategy" />