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

Fix for #111 and #116 #118

Merged
merged 3 commits into from
Jun 15, 2016
Merged

Conversation

nukefusion
Copy link
Contributor

This modification checks for the presence of the JSONAPI media type within the accept header before executing the body of the PreprocessingDelegatingHandler. This prevents the handler from breaking non-API routes for static or other content. An associated test has been added against a controller serving static content. Should resolve #111 and #116.

Matt Bird added 3 commits June 15, 2016 10:52
@joukevandermaas
Copy link
Owner

Thanks, this is awesome!

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.

500 error when action returns a simple POCO object and using config.ConfigureJsonApi()
2 participants