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

Add strict xml parsing #20920

Merged
merged 2 commits into from Feb 27, 2018
Merged

Add strict xml parsing #20920

merged 2 commits into from Feb 27, 2018

Conversation

balderdash
Copy link
Contributor

@balderdash balderdash commented Feb 27, 2018

Followup to #20908

The existing XML normalization options would convert anything that wasn't XML to an empty string. That meant that we were silently discarding data for more than 2 weeks because it was coming in an unexpected format. We should throw an exception so that we immediately notice and fix the bug instead of letting it silently kill our data.

@balderdash balderdash merged commit f309ccd into staging Feb 27, 2018
@balderdash balderdash deleted the xml-strict branch February 28, 2018 01:57
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