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

WebOb's WSGIHTTPException should use MIMEAccept not Accept #240

Closed
digitalresistor opened this issue Apr 13, 2016 · 1 comment
Closed

WebOb's WSGIHTTPException should use MIMEAccept not Accept #240

digitalresistor opened this issue Apr 13, 2016 · 1 comment
Milestone

Comments

@digitalresistor
Copy link
Member

MIMEAccept properly handles major/minor masks in an Accept header. Accept was never the right class to use for this since it doesn't handle the mask/offers properly.

This was introduced in #230 and WebOb 1.6.0

@digitalresistor digitalresistor added this to the 1.6.1 milestone Apr 13, 2016
@digitalresistor digitalresistor modified the milestones: 1.7.0, 1.6.1 Apr 15, 2016
@digitalresistor
Copy link
Member Author

This has been completed in: #242

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

1 participant