Skip to content
Snippets Groups Projects
Commit 15c4d82c authored by jakubs's avatar jakubs
Browse files

SSDM-2805: Add a post processing of beans to check if the http invoker exporters are secure

SVN: 35064
parent 58b3c391
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,10 @@ ...@@ -16,6 +16,10 @@
--> -->
<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" />
...@@ -36,4 +40,7 @@ ...@@ -36,4 +40,7 @@
<!-- Default is 10240 (10kB). Set to 1MB (1048576). --> <!-- Default is 10240 (10kB). Set to 1MB (1048576). -->
<property name="maxInMemorySize" value="1048576" /> <property name="maxInMemorySize" value="1048576" />
</bean> </bean>
</beans> </beans>
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