github.com/cs3org/reva/v2@v2.27.7/changelog/1.14.0_2021-10-12/fix-chi-routing.md (about) 1 Bugfix: Fix chi routing 2 3 Chi routes based on the URL.RawPath, which is not updated by the shiftPath based routing used in reva. By setting the RawPath to an empty string chi will fall pack to URL.Path, allowing it to match percent encoded path segments, e.g. when trying to match emails or multibyte characters. 4 5 https://github.com/cs3org/reva/pull/2076