aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi.../ViewFeatures
Ryan Nowak f80f7cefa5 Fix #6480
This change logs when we encounter and exception reading temp data from a
cookie and swallows the exception. Additionally, we clear the cookie so
that this won't happen on subsequent requests.

This will handle cases where data protection is misconfigured, or a
request just has general garbage in the cookies.
2017-07-07 13:14:03 -07:00
..
AntiforgeryExtensionsTest.cs
AttributeDictionaryTest.cs
CookieTempDataProviderTest.cs Fix #6480 2017-07-07 13:14:03 -07:00
DefaultHtmlGeneratorTest.cs Remove obsolete DefaultHtmlGenerator ctor (#5711) 2017-01-25 16:25:12 -08:00
DefaultValidationHtmlAttributeProviderTest.cs Add `ValidationHtmlAttributeProvider` to make `AddValidationAttributes()` available 2016-09-13 21:07:18 -07:00
ModelExplorerExtensionsTest.cs
ModelExplorerTest.cs
SessionStateTempDataProviderTest.cs React to ISession cancellation changes 2017-07-05 14:34:48 -07:00
StringHtmlContentTest.cs
TempDataDictionaryFactoryTest.cs
TempDataDictionaryTest.cs
ViewDataDictionaryOfTModelTest.cs Preserve existing metadata in `ViewDataDictionary` where possible 2016-04-08 14:44:36 -07:00
ViewDataDictionaryTest.cs Preserve existing metadata in `ViewDataDictionary` where possible 2016-04-08 14:44:36 -07:00
ViewDataOfTTest.cs
ViewExecutorTest.cs React to API change in HttpAbstractions 2017-06-27 17:33:46 -07:00