Jitsi accents #9
Labels
No labels
bug
deployment
design
feature
maintenance
observability
review
No milestone
No project
No assignees
2 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/infrastructure#9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Accents (and probably other unicode characters) don't work in Jitsi URLs.
Q: Are they sent as raw unicode bytes by the browser or are they encoded as %XX hex sequences?
If sent raw unicode bytes: see this https://stackoverflow.com/questions/28055909/does-nginx-support-raw-unicode-in-paths
If encoded with %, maybe just add the % character to the regex?
Relevant file to fix: https://git.deuxfleurs.fr/Deuxfleurs/deuxfleurs.fr/src/branch/master/docker/jitsi/jitsi-front/entrypoint.sh
Fixed in my last iteration on jitsi, some months ago.