joukevandermaas / saule

JSON API library for ASP.Net Web API 2.
https://joukevandermaas.github.io/saule
MIT License
76 stars 37 forks source link

Fix for #111 and #116 #118

Closed nukefusion closed 8 years ago

nukefusion commented 8 years ago

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.

joukevandermaas commented 8 years ago

Thanks, this is awesome!