aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Formatters
Doug Bunting 1ac731519a Do not call `Encoding.GetEncoding()` with a string from the request
- #5351
- fix affects only `TextInputFormatter`
 - `TextOutputFormatter` already does the Right Thing™️ with `Accept-Charset` headers
 - `ResponseContentTypeHelper` uses `Encoding.GetEncoding()` but is not passed request data
2016-10-24 14:59:49 -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 Do not call `Encoding.GetEncoding()` with a string from the request 2016-10-24 14:59:49 -07:00
TextOutputFormatterTests.cs