Skip to content
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

[#10988] Fix encoding issue in Task Queue #10989

Merged
merged 2 commits into from
Mar 1, 2021

Conversation

rrtheonlyone
Copy link
Contributor

Fixes #10988

Seems there is an encoding issue with task queue when dealing with multibyte characters . This causes feedback session to be null.

e.g. evaluación-test becomes evaluación-test

We fix this by updating the headers to specify the encoding type of the body before adding to the Task Queue.

Copy link
Contributor

@madanalogy madanalogy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the catch!

@madanalogy madanalogy added the s.FinalReview The PR is ready for final review label Feb 28, 2021
@madanalogy madanalogy self-assigned this Feb 28, 2021
@madanalogy madanalogy added this to the V7.11.0 milestone Feb 28, 2021
@wkurniawan07 wkurniawan07 added s.ToMerge The PR is approved by all reviewers including final reviewer; ready for merging and removed s.FinalReview The PR is ready for final review labels Mar 1, 2021
@madanalogy madanalogy added the c.Bug Bug/defect report label Mar 1, 2021
@madanalogy madanalogy merged commit 9038019 into TEAMMATES:master Mar 1, 2021
@damithc
Copy link
Contributor

damithc commented Mar 2, 2021

@madanalogy I would like to deploy this soon. Can we do a release?

@madanalogy
Copy link
Contributor

Yeap okay I'll release the next version tomorrow morning, should be up and ready by 11am

@rrtheonlyone rrtheonlyone deleted the encoding-task-queue branch May 29, 2021 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c.Bug Bug/defect report s.ToMerge The PR is approved by all reviewers including final reviewer; ready for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NPE in EmailGenerator.generateFeedbackSessionReminderEmails
4 participants