summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-07-31 10:03:44 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2012-07-31 10:03:44 +0000
commite71cef3dd0d3f6b81530c309e37ffd3e17d1bb24 (patch)
tree4dffdda134bfceb81fcc71d31e4ac3ba2b1793c1 /BKUOnline/src/main
parent0c8d5f034c6f05cc43655c187544128e404dceb4 (diff)
downloadmocca-e71cef3dd0d3f6b81530c309e37ffd3e17d1bb24.tar.gz
mocca-e71cef3dd0d3f6b81530c309e37ffd3e17d1bb24.tar.bz2
mocca-e71cef3dd0d3f6b81530c309e37ffd3e17d1bb24.zip
default online config
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1122 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main')
-rw-r--r--BKUOnline/src/main/webapp/WEB-INF/conf/configuration.xml19
1 files changed, 15 insertions, 4 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/conf/configuration.xml b/BKUOnline/src/main/webapp/WEB-INF/conf/configuration.xml
index 0929cb3e..030ba835 100644
--- a/BKUOnline/src/main/webapp/WEB-INF/conf/configuration.xml
+++ b/BKUOnline/src/main/webapp/WEB-INF/conf/configuration.xml
@@ -1,11 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<MoccaConfiguration version="1.0">
<DataURLConnection>
- <!--
- The maximum number of consecutive Security Layer requests received
- from DataURL server before execution is aborted.
- -->
+ <!--
+ The maximum number of consecutive Security Layer requests received
+ from DataURL server before execution is aborted.
+ -->
<MaxHops>50</MaxHops>
+ <!--
+ A list of allowed DataURLs, separated by commas.
+ The entries are interpreted as regular expressions.
+ -->
+ <Whitelist>
+ <!--
+ https://www\.formularservice\.gv\.at/BKU/.*,
+ https?://127\.0\.0\.1/.*,
+ https?://localhost/.*
+ -->
+ </Whitelist>
</DataURLConnection>
<!--SSL>
<disableAllChecks>true</disableAllChecks>