8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
panicked at /build/rustc-1.80.0-src/vendor/dlmalloc-0.2.6/src/dlmalloc.rs:1198:13: assertion failed: psize <= size + max_overhead
To Reproduce
./target/debug/lldap run
create a user
submit
Loading ...
Expected behavior
Any unicode character is accepted in most fields, otherwise clear error message
Logs
https://gist.github.com/bendlas/804ae3599cf1274332af8fea4b95c12f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: