joukevandermaas / saule

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

PreprocessingDelegatingHandler breaks Swashbuckle embedded Swagger UI #116

Closed nukefusion closed 8 years ago

nukefusion commented 8 years ago

PreprocessingDelegatingHandler runs on every single request so requests for non-API resources (such as CSS and JS assets for the Swagger UI) are rejected with a JsonApiException.

Is there any reason why the handler can't be executed only for requests with an accept header containing the JSON API media type?

joukevandermaas commented 8 years ago

This was fixed in #118.