Add percent sign error to known issues

Pushed-by: Florian Scholdei<florian.scholdei@cloudogu.com>
Co-authored-by: Florian Scholdei<florian.scholdei@cloudogu.com>
This commit is contained in:
Florian Scholdei
2024-03-04 09:33:05 +01:00
parent c42def0f7f
commit 849aaa6e5f

View File

@@ -59,3 +59,10 @@ public class DemoHook {
}
```
## Percent signs are not encoded correctly
If a branch, path or file with a percent sign in its name is called directly via url, the server responds with an error 400.
This is due to incorrect encoding of percent signs in the URI, which itself is used for client side routing.
It also applies to forwarding in editor-plugin after creating a file with the above-mentioned properties. The actual file is created correctly though.