diff --git a/changelog/unreleased/reva-gateway-endpoint-config.md b/changelog/unreleased/reva-gateway-endpoint-config.md new file mode 100644 index 000000000..1e0802e3e --- /dev/null +++ b/changelog/unreleased/reva-gateway-endpoint-config.md @@ -0,0 +1,5 @@ +Bugfix: Race condition in config parsing + +There was a race condition in the config parsing when configuring the storage services caused by services overwriting a pointer to a config value. We fixed it by setting sane defaults. + +https://github.com/owncloud/ocis/pull/2574