-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Ensure JSON encoding supports non-ASCII characters in uploads #19120
Conversation
@galaxyproject/wg-backend Should this be applied to all |
Can you add a test please ?
|
The problem here is mostly visual, so for example when we export the history we have |
I don't think we should deviate from stdlib defaults for this. If python decides they're done with that practice then we'll get the new defaults, but I don't think cosmetic changes to files that are not meant for human consumption warrants this. |
I mean, should users see this at all ? Probably not ? And if so it should probably be rendered as json, not as a string ? |
If this is the case, then I close the PR. |
Update JSON encoding in upload requests to handle non-ASCII characters correctly.
Fixes step 2 of #18584
How to test the changes?
(Select all options that apply)
License