diff options
author | Thomas <> | 2023-04-26 19:04:57 +0200 |
---|---|---|
committer | Thomas <> | 2023-04-26 19:04:57 +0200 |
commit | 88f52463fd0d3d8bf467b75798b525ce86886acc (patch) | |
tree | 5c0c2eba19651444f757a76d11ecb51953cd4599 /eaaf_core/src/test/resources | |
parent | 23a754ddce6a407315b8ebb2494b4f0f21bdccbf (diff) | |
download | EAAF-Components-88f52463fd0d3d8bf467b75798b525ce86886acc.tar.gz EAAF-Components-88f52463fd0d3d8bf467b75798b525ce86886acc.tar.bz2 EAAF-Components-88f52463fd0d3d8bf467b75798b525ce86886acc.zip |
feat(core): add extension-point to central errorHandler service to set application specific information into error-GUI model
Diffstat (limited to 'eaaf_core/src/test/resources')
-rw-r--r-- | eaaf_core/src/test/resources/SpringTest-authcommon-errorService.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eaaf_core/src/test/resources/SpringTest-authcommon-errorService.xml b/eaaf_core/src/test/resources/SpringTest-authcommon-errorService.xml index 35bd9d6f..6264fac5 100644 --- a/eaaf_core/src/test/resources/SpringTest-authcommon-errorService.xml +++ b/eaaf_core/src/test/resources/SpringTest-authcommon-errorService.xml @@ -22,4 +22,7 @@ <bean id="simplePendingReqStrategy" class="at.gv.egiz.eaaf.core.impl.utils.SimplePendingRequestIdGenerationStrategy"/> + <bean id="dummyExtensionErrorModel" + class="at.gv.egiz.eaaf.core.impl.idp.auth.service.DummyErrorGuiModelHandler" /> + </beans> |