diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-04-10 15:12:48 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-04-10 15:12:48 +0000 |
commit | 4f8ceef828caa55526fe0dec3bae1c35ff8f5e3f (patch) | |
tree | 0c7e553f5b0e7f3775d168737ac5503489a9f385 /BKUOnline/src/main/webapp | |
parent | eea713ab48c7b5db7de575a7eb75b9ba8a033056 (diff) | |
download | mocca-4f8ceef828caa55526fe0dec3bae1c35ff8f5e3f.tar.gz mocca-4f8ceef828caa55526fe0dec3bae1c35ff8f5e3f.tar.bz2 mocca-4f8ceef828caa55526fe0dec3bae1c35ff8f5e3f.zip |
Make p3p policy header configurable
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1168 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp')
-rw-r--r-- | BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml index f193388f..bd59bbd5 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml @@ -213,6 +213,7 @@ <!-- binding processor manager --> <bean id="bindingProcessorManager" class="at.gv.egiz.bku.binding.BindingProcessorManagerImpl" scope="singleton"> + <property name="configuration" ref="configuration" /> <property name="stalFactory" ref="stalFactory" /> <property name="slCommandInvoker" ref="slCommandInvoker" /> <property name="factories"> |