Skip to content

2.1.1

Compare
Choose a tag to compare
@wazzamatazz wazzamatazz released this 10 Dec 18:30
caa52e2

Changes:

  • Adds support for providing a custom ProblemDetailsFactory to the OWIN middleware and Web API filters (#4).
  • DefaultProblemDetailsFactory is now public, so that it can be used as the basis for custom factory implementations if desired.
  • Fixes a bug where the HTTP response status code was not getting correctly set when catching an unhandled exception in the OWIN middleware.