owncloud/core

View on GitHub
changelog/10.8.0_2021-07-15/38600

Summary

Maintainability
Test Coverage
Bugfix: Normalize web.baseUrl before using it

`web.baseUrl` was used for rewriting private and public links to the new web UI without normalizing it. This leads to broken authentication if the `web.baseUrl` was configured with a trailing slash.

https://github.com/owncloud/core/issues/38600