diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-10-30 12:41:48 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2018-10-30 12:41:48 +0100 |
commit | bc307fb31d24344c16fd6477aed7c0963f19dab4 (patch) | |
tree | af614acc70506678880cd42518fc7ee8f258742e /connector/src/main/resources | |
parent | c28dd1f871e4c6901f7a7fb12061f415816b4342 (diff) | |
download | National_eIDAS_Gateway-bc307fb31d24344c16fd6477aed7c0963f19dab4.tar.gz National_eIDAS_Gateway-bc307fb31d24344c16fd6477aed7c0963f19dab4.tar.bz2 National_eIDAS_Gateway-bc307fb31d24344c16fd6477aed7c0963f19dab4.zip |
add CachingHeader interceptor
Diffstat (limited to 'connector/src/main/resources')
-rw-r--r-- | connector/src/main/resources/applicationContext.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/connector/src/main/resources/applicationContext.xml b/connector/src/main/resources/applicationContext.xml index 95c3db36..709b699f 100644 --- a/connector/src/main/resources/applicationContext.xml +++ b/connector/src/main/resources/applicationContext.xml @@ -20,10 +20,9 @@ <mvc:default-servlet-handler/> -<!-- <mvc:interceptors> - <bean class="at.gv.egovernment.moa.id.auth.servlet.interceptor.WebFrontEndSecurityInterceptor" /> - <bean class="at.gv.egovernment.moa.id.auth.servlet.interceptor.UniqueSessionIdentifierInterceptor" /> - </mvc:interceptors> --> + <mvc:interceptors> + <bean class="at.asitplus.eidas.specific.connector.interceptor.WebFrontEndSecurityInterceptor" /> + </mvc:interceptors> <context:property-placeholder location="${eidas.ms.configuration}"/> |