Skip to content
Snippets Groups Projects
Commit b9bfdce2 authored by felmer's avatar felmer
Browse files

SSDM-2805: adding CheckSecureHttpInvokerBeanPostProcessor to...

SSDM-2805: adding CheckSecureHttpInvokerBeanPostProcessor to spring-servlet.xml of openbis_standard_technonlogies and cifex

SVN: 35093
parent d684e289
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
--> -->
<context:annotation-config /> <context:annotation-config />
<bean class="ch.systemsx.cisd.common.spring.CheckSecureHttpInvokerBeanPostProcessor" />
<context:component-scan base-package="ch.systemsx.cisd.openbis" use-default-filters="false"> <context:component-scan base-package="ch.systemsx.cisd.openbis" use-default-filters="false">
<context:include-filter type="annotation" <context:include-filter type="annotation"
expression="org.springframework.stereotype.Controller" /> expression="org.springframework.stereotype.Controller" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment