mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #946] [BUG] Multibyte characters break client #349
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#349
Loading…
Add table
Add a link
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?
Originally created by @bendlas on GitHub (Aug 8, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/946
Describe the bug
When a server response contains a multibyte character, the client remains in the loading state and throws an exception to the browser console:
To Reproduce
./target/debug/lldap run, log increate a user, use a multibyte character in any field, e.g. First name: Ᵽäüĺãsubmit, observe thatLoading ...remains and the console errorExpected behavior
Any unicode character is accepted in most fields, otherwise clear error message
Logs
https://gist.github.com/bendlas/804ae3599cf1274332af8fea4b95c12f