loolwsd/loolwsd.xml.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 08324536499528414a05015b44e620b37a45b60d Author: Ashod Nakashian <[email protected]> Date: Sat Jun 25 08:19:54 2016 -0400 loolwsd: disable webdav in config and add defaulting comment Change-Id: Id79263c8a9190d294868249e61c747d1454cddf5 Reviewed-on: https://gerrit.libreoffice.org/26666 Reviewed-by: Ashod Nakashian <[email protected]> Tested-by: Ashod Nakashian <[email protected]> diff --git a/loolwsd/loolwsd.xml.in b/loolwsd/loolwsd.xml.in index 96c80dc..0bd3383 100644 --- a/loolwsd/loolwsd.xml.in +++ b/loolwsd/loolwsd.xml.in @@ -1,6 +1,7 @@ <config> <!-- Note: 'default' attributes are used to document a setting's default value as well as to use as fallback. --> + <!-- Note: When adding a new entry, a default must be set in WSD in case the entry is missing upon deployment. --> <tile_cache_path desc="Path to a directory where to keep the tile cache." type="path" relative="false" default="@LOOLWSD_CACHEDIR@"></tile_cache_path> <sys_template_path desc="Path to a template tree with shared libraries etc to be used as source for chroot jails for child processes." type="path" relative="true" default="systemplate"></sys_template_path> @@ -44,7 +45,7 @@ <max_file_size desc="Maximum document size in bytes to load. 0 for unlimited." type="uint">0</max_file_size> </wopi> <webdav desc="Allow/deny webdav storage. Mutually exclusive with wopi." allow="false"> - <host desc="Hostname to allow">localhost</host> + <host desc="Hostname to allow" allow="false">localhost</host> </webdav> </storage> </config> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
