-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
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
Commit messages containing emoji and multibytes cause zipdeploy to fail #336
Comments
This issue is idle because it has been open for 14 days with no activity. |
surenderssm
added
bug
Something isn't working
and removed
enhancement
New feature or request
backlog
Planned for future
labels
Aug 1, 2023
This issue is idle because it has been open for 14 days with no activity. |
Push |
This issue is idle because it has been open for 14 days with no activity. |
Bump |
We believe this has been resolved because an update on the Kudu side has increased the upper limit of acceptable query strings to 8KB. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#288 fixed the maximum length of commit messages, but the fix was found to be incomplete for multibyte characters such as emoji.
URL encoding of multibyte strings increases a single character by a factor of 9 or more.
The correct implementation should perform trimming on the string after URL encoding.
The text was updated successfully, but these errors were encountered: