https://bugs.documentfoundation.org/show_bug.cgi?id=168672
--- Comment #5 from David Carliez <[email protected]> --- A simple way to test it, is to start a webdav server with docker Eg: mkdir -p /tmp/dav/data cp <any odt> /tmp/dav/data sudo chown -R 82:82 /tmp/dav docker run --rm -d -v /tmp/dav:/var/lib/dav -e AUTH_TYPE=Digest -e USERNAME=alice -e PASSWORD=secret1234 --publish 80:80 -d bytemark/webdav Open writer. Open the file "http://localhost/<any odt> -- You are receiving this mail because: You are the assignee for the bug.
