aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Formatters
Doug Bunting f04286562e Treat `ContentType==null` and `MediaType.GetEncoding(ContentType)==null` differently
- now, if client sends e.g. `Content-type: text/json;charset=[invalid]`, service will respond with HTTP/415
 - if client sends `Content-type: text/json`, service will still try UTF-8 (or updated default encoding)
 - intentional (and slight) behaviour change from 1ac7315
- include and a few new tests and some cleanup from same commit
2016-11-03 10:51:39 -07:00
..
FormatFilterTest.cs
FormatterCollectionTest.cs
FormatterMappingsTest.cs
InputFormatterTest.cs
MediaTypeTest.cs Correctly handle quoted media type parameter values 2016-10-24 13:16:09 -07:00
NoContentFormatterTests.cs
OutputFormatterTests.cs
StreamOutputFormatterTest.cs
StringOutputFormatterTests.cs
TextInputFormatterTest.cs Treat `ContentType==null` and `MediaType.GetEncoding(ContentType)==null` differently 2016-11-03 10:51:39 -07:00
TextOutputFormatterTests.cs