diff options
author | wbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-09-09 12:40:52 +0000 |
---|---|---|
committer | wbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-09-09 12:40:52 +0000 |
commit | a3361b40aa8f92849c50db27e349e17b87bebb1e (patch) | |
tree | 9eb35a2f48e986a4abdebfb8afccc2b13eda17ae /BKUOnline/src/main/webapp/WEB-INF | |
parent | fc22a7889d8da33cc7c73c922a8443329fe24c4d (diff) | |
download | mocca-a3361b40aa8f92849c50db27e349e17b87bebb1e.tar.gz mocca-a3361b40aa8f92849c50db27e349e17b87bebb1e.tar.bz2 mocca-a3361b40aa8f92849c50db27e349e17b87bebb1e.zip |
improved security handling and added shutdown handler
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@27 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/WEB-INF')
-rw-r--r-- | BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml index 4bb5e8e2..f87d09f5 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml @@ -49,5 +49,9 @@ scope="singleton" init-method="configure">
<property name="resource" value="classpath:at/gv/egiz/bku/online/conf/defaultConf.properties"/>
</bean>
-
+
+ <!-- Shutdown Event handler -->
+ <bean id="shutdown" class="at.gv.egiz.bku.online.webapp.ShutdownHandler">
+ <property name="bindingProcessorManager" ref="bindingProcessorManager"></property>
+ </bean>
</beans>
\ No newline at end of file |