mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
The check for invalid paths is actually over-complicated and performed twice resulting in a performance penalty. Additionally, I decided to add unit-tests to that function. Part of https://github.com/owncloud/core/issues/13221