diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-02-20 09:43:03 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-02-20 09:43:03 +0100 |
commit | a57a2ed851b818456421f3ce082dc6813da6b736 (patch) | |
tree | b4c9c4c9f7c317ff3f0686d7427366203bdd9347 /eaaf_core/src/main/resources | |
parent | 9e26dd0833cd3a6bfb6f15cc11727cdc8e14d260 (diff) | |
download | EAAF-Components-a57a2ed851b818456421f3ce082dc6813da6b736.tar.gz EAAF-Components-a57a2ed851b818456421f3ce082dc6813da6b736.tar.bz2 EAAF-Components-a57a2ed851b818456421f3ce082dc6813da6b736.zip |
add two jUnit test and CodeStyle modifications
Diffstat (limited to 'eaaf_core/src/main/resources')
-rw-r--r-- | eaaf_core/src/main/resources/eaaf_core.beans.xml | 4 | ||||
-rw-r--r-- | eaaf_core/src/main/resources/messages/eaaf_core_messages.properties | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/eaaf_core/src/main/resources/eaaf_core.beans.xml b/eaaf_core/src/main/resources/eaaf_core.beans.xml index 9806664c..5b1962cf 100644 --- a/eaaf_core/src/main/resources/eaaf_core.beans.xml +++ b/eaaf_core/src/main/resources/eaaf_core.beans.xml @@ -13,8 +13,8 @@ <import resource="classpath:/spring/eaaf_utils.beans.xml"/> - <bean id="httpClientFactory" - class="at.gv.egiz.eaaf.core.impl.utils.HttpClientFactory" /> + <bean id="eaafCoreMessageSource" + class="at.gv.egiz.eaaf.core.impl.logging.EaafCoreMessageSource" /> <bean id="ProtocolFinalizationController" class="at.gv.egiz.eaaf.core.impl.idp.controller.ProtocolFinalizationController" /> diff --git a/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties b/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties new file mode 100644 index 00000000..5a508ccf --- /dev/null +++ b/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties @@ -0,0 +1,4 @@ +eaaf.core.00=Requested URL: {0} is NOT allowed by configuration. + + + |