aboutsummaryrefslogtreecommitdiff
path: root/connector/src/main/resources/applicationContext.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2018-10-30 12:41:48 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2018-10-30 12:41:48 +0100
commitbc307fb31d24344c16fd6477aed7c0963f19dab4 (patch)
treeaf614acc70506678880cd42518fc7ee8f258742e /connector/src/main/resources/applicationContext.xml
parentc28dd1f871e4c6901f7a7fb12061f415816b4342 (diff)
downloadNational_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/applicationContext.xml')
-rw-r--r--connector/src/main/resources/applicationContext.xml7
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}"/>