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

Only parse fields we need to validate the message #513

Merged
merged 2 commits into from
Oct 20, 2015

Conversation

acinader
Copy link
Contributor

The simple message parser was parsing MessageAttributes that was causing the important Type
field to get overwritten incorrectly. By ignoring fields that we don't need, we wont overwrite
top level fields with nested fields.
#510

@acinader acinader force-pushed the fix-decode-json-message-exception branch from 528f6c3 to 478415a Compare September 20, 2015 03:39
The simple message parser was parsing MessageAttributes that was causing the important Type
field to get overwritten incorrectly.  By ignoring fields that we don't need, we wont overwrite
top level fields with nested fields.
@shorea
Copy link
Contributor

shorea commented Oct 16, 2015

Change looks good, running through some internal tests before merging. Can you confirm you are submitting under the Apache 2.0 license?

@acinader
Copy link
Contributor Author

@shorea yes, submitted under apache 2.0 and I added the license to the new test file.

shorea added a commit that referenced this pull request Oct 20, 2015
Only parse fields we need to validate the message
@shorea shorea merged commit e210112 into aws:master Oct 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants