diff options
Diffstat (limited to 'BKULocal')
-rw-r--r-- | BKULocal/pom.xml | 6 | ||||
-rw-r--r-- | BKULocal/src/main/webapp/WEB-INF/conf/configuration.xml | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml index 482c7d9a..91512476 100644 --- a/BKULocal/pom.xml +++ b/BKULocal/pom.xml @@ -62,9 +62,11 @@ <outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory> </configuration> </execution> + <!-- http://jira.egovlabs.gv.at/browse/MOCCA-762 + | do not provide certificates in webapp filesystem (default trust/certstores) --> + <execution> - <!-- certificates in webapp filesystem (default trust/certstores) --> - <id>copy-certificates</id> + <id>copy-certificates</id> <goals> <goal>unpack-dependencies</goal> </goals> diff --git a/BKULocal/src/main/webapp/WEB-INF/conf/configuration.xml b/BKULocal/src/main/webapp/WEB-INF/conf/configuration.xml index 46213c97..b2bb70b2 100644 --- a/BKULocal/src/main/webapp/WEB-INF/conf/configuration.xml +++ b/BKULocal/src/main/webapp/WEB-INF/conf/configuration.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <MoccaConfiguration version="1.0"> - <DataURLConnection> + <DataURLConnection> <!-- The maximum number of consecutive Security Layer requests received from DataURL server before execution is aborted. --> - <MaxHops>50</MaxHops> - </DataURLConnection> + <MaxHops>50</MaxHops> + </DataURLConnection> </MoccaConfiguration>
\ No newline at end of file |