Open
Description
- Create a drive with a non-URL allowed special character (e.g. an emoji) in the name
- Refresh the page
- "incorrect signature error"
- Using websockets (retry) works
Thoughts
- AtomicServer does not have appropriate URL checking at this point. This could be the explanation for why websockets works, but HTTP doesn't.
Cause
- Not clear. Perhaps something in
Fix
Only allow a small subset of chars in subjects
- Don't allow complex URL encoding stuff that is error prone
- Server throws an error if any illegal character is present in subject.
- Makes some existing, valid URLs not compatible.