diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-10-29 11:20:49 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-10-29 11:20:49 +0100 |
commit | 35240c443355add2d81f51fce3c271624c191cf7 (patch) | |
tree | d932d77a60f0dae8b7a5b3f4575cff3130b1d156 /connector/src/main/resources | |
parent | fc88f2f4a3658da627eb65254f80f875b6368569 (diff) | |
download | National_eIDAS_Gateway-35240c443355add2d81f51fce3c271624c191cf7.tar.gz National_eIDAS_Gateway-35240c443355add2d81f51fce3c271624c191cf7.tar.bz2 National_eIDAS_Gateway-35240c443355add2d81f51fce3c271624c191cf7.zip |
make Web content loadable from configuration directory
Diffstat (limited to 'connector/src/main/resources')
-rw-r--r-- | connector/src/main/resources/specific_eIDAS_connector.beans.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/connector/src/main/resources/specific_eIDAS_connector.beans.xml b/connector/src/main/resources/specific_eIDAS_connector.beans.xml index 8756c55f..01be5ab7 100644 --- a/connector/src/main/resources/specific_eIDAS_connector.beans.xml +++ b/connector/src/main/resources/specific_eIDAS_connector.beans.xml @@ -15,6 +15,9 @@ <mvc:annotation-driven /> <mvc:default-servlet-handler/> + <bean id="WebResourceConfiguration" + class="at.asitplus.eidas.specific.connector.config.StaticResourceConfiguration" /> + <bean id="ProcessEngineSignalController" class="at.asitplus.eidas.specific.connector.controller.ProcessEngineSignalController" /> |