diff options
author | Thomas <> | 2021-05-12 12:46:07 +0200 |
---|---|---|
committer | Thomas <> | 2021-05-12 12:46:07 +0200 |
commit | 291905eed9c187444c83657241b589d31d825149 (patch) | |
tree | a2cb7a394b0331e10390f3329bc417e191054bc9 /connector/src/test/resources | |
parent | 7a1196805baad8fe055f92cfa8746c67684749b9 (diff) | |
download | National_eIDAS_Gateway-291905eed9c187444c83657241b589d31d825149.tar.gz National_eIDAS_Gateway-291905eed9c187444c83657241b589d31d825149.tar.bz2 National_eIDAS_Gateway-291905eed9c187444c83657241b589d31d825149.zip |
update third-party libs to latest versions
Diffstat (limited to 'connector/src/test/resources')
-rw-r--r-- | connector/src/test/resources/spring/SpringTest_connector.beans.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/connector/src/test/resources/spring/SpringTest_connector.beans.xml b/connector/src/test/resources/spring/SpringTest_connector.beans.xml index 83acf445..4d770570 100644 --- a/connector/src/test/resources/spring/SpringTest_connector.beans.xml +++ b/connector/src/test/resources/spring/SpringTest_connector.beans.xml @@ -74,6 +74,9 @@ <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" /> |