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

MIME types doesn't support underscore symbol #268

Closed
IvanGoncharov opened this issue Feb 9, 2015 · 5 comments
Closed

MIME types doesn't support underscore symbol #268

IvanGoncharov opened this issue Feb 9, 2015 · 5 comments

Comments

@IvanGoncharov
Copy link
Contributor

According to IANA, underscores are supported. For example: "audio/ip-mr_v2.5" or "vnd.ntt-local.sip-ta_remote"

@webron
Copy link
Member

webron commented Feb 9, 2015

You mean it's not supported by the json schema?

@IvanGoncharov
Copy link
Contributor Author

Yes. Right now, mimeType validated against "^[\sa-z0-9-+;.=/]+$" which is missing underscore.
I create pull request #269

@webron
Copy link
Member

webron commented Feb 9, 2015

Thanks, but we're actually going to make it much more permissive soon, see #128. Please subscribe to that issue to get updates.

@webron webron closed this as completed Feb 9, 2015
@IvanGoncharov
Copy link
Contributor Author

Thank you.

@webron
Copy link
Member

webron commented Feb 9, 2015

Thank you for taking the time to report it and create a PR though. I really appreciate it. If you have any input with regards to the info at #128, please feel free to add it there.

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

No branches or pull requests

2 participants