Skip to content

Fix issue with hyphens in file validation mime types #650

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

Merged
merged 1 commit into from
Apr 18, 2018
Merged

Fix issue with hyphens in file validation mime types #650

merged 1 commit into from
Apr 18, 2018

Conversation

nholden
Copy link
Contributor

@nholden nholden commented Oct 4, 2017

Addresses #646, which reported that mime types in file validations were being parsed incorrectly when they contained hyphens. This change ensures that we only split the allowed file types string at commas and trailing white space and not at hyphens.

Addresses #646, which reported that mime types in file validations were
being parsed incorrectly when they contained hyphens. This change
ensures that we only split the allowed file types string at commas and
trailing white space and not at hyphens.
@victorjonsson victorjonsson merged commit dc69da7 into victorjonsson:master Apr 18, 2018
@victorjonsson
Copy link
Owner

Great!

@nholden nholden deleted the fix-mime-type-validation branch April 18, 2018 15:02
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.

2 participants