diff options
author | Thomas <> | 2021-05-14 11:50:01 +0200 |
---|---|---|
committer | Thomas <> | 2022-03-03 16:31:56 +0100 |
commit | 45b0a790ad412e6b7118f1c937b620c66a32fd64 (patch) | |
tree | 24e7876b81ff141139fcc8cf826c7c16488c9673 /connector/src | |
parent | b419fcc99808d550490b7a4bf1e03baf4cacc6fc (diff) | |
download | National_eIDAS_Gateway-45b0a790ad412e6b7118f1c937b620c66a32fd64.tar.gz National_eIDAS_Gateway-45b0a790ad412e6b7118f1c937b620c66a32fd64.tar.bz2 National_eIDAS_Gateway-45b0a790ad412e6b7118f1c937b620c66a32fd64.zip |
add some TODO's for eIDAS Proxy-Service with mandates and fix some rebase errors
Diffstat (limited to 'connector/src')
-rw-r--r-- | connector/src/main/resources/specific_eIDAS_connector.beans.xml | 3 | ||||
-rw-r--r-- | connector/src/test/resources/spring/SpringTest_connector.beans.xml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/connector/src/main/resources/specific_eIDAS_connector.beans.xml b/connector/src/main/resources/specific_eIDAS_connector.beans.xml index 0372edcf..34fd088b 100644 --- a/connector/src/main/resources/specific_eIDAS_connector.beans.xml +++ b/connector/src/main/resources/specific_eIDAS_connector.beans.xml @@ -71,9 +71,6 @@ <property name="guiBuilder" ref="mvcGUIBuilderImpl" /> </bean> - <bean id="defaultErrorHandler" - class="at.gv.egiz.eaaf.core.impl.idp.auth.services.DefaultErrorService"/> - <bean id="securePendingRequestIdGeneration" class="at.gv.egiz.eaaf.core.impl.utils.SecurePendingRequestIdGenerationStrategy" /> diff --git a/connector/src/test/resources/spring/SpringTest_connector.beans.xml b/connector/src/test/resources/spring/SpringTest_connector.beans.xml index 818fd00c..5a1e3f36 100644 --- a/connector/src/test/resources/spring/SpringTest_connector.beans.xml +++ b/connector/src/test/resources/spring/SpringTest_connector.beans.xml @@ -67,9 +67,6 @@ <property name="guiBuilder" ref="mvcGUIBuilderImpl" /> </bean> - <bean id="defaultErrorHandler" - class="at.gv.egiz.eaaf.core.impl.idp.auth.services.DefaultErrorService"/> - <bean id="securePendingRequestIdGeneration" class="at.gv.egiz.eaaf.core.impl.utils.SecurePendingRequestIdGenerationStrategy" /> |