Closed K1vs closed 6 years ago
System.Net.Http.FormattingUtilities.TryParseDate is used for cookie expire date parsing, but doesn't support RFC 850 (ddd, d-MMM-yyyy H:m:s 'GMT') format. Same issue in Core was fixed by https://github.com/aspnet/HttpAbstractions/pull/897/commits/b41d8656d5c6c522f9966793214b67753b24331a
ddd, d-MMM-yyyy H:m:s 'GMT
@bhukivskyi thank-you for reporting this issue. We do not think this is a priority at the moment.
Feel free to submit a PR to fix this.
PR - https://github.com/aspnet/AspNetWebStack/pull/196
e0f1f1338e
System.Net.Http.FormattingUtilities.TryParseDate is used for cookie expire date parsing, but doesn't support RFC 850 (
ddd, d-MMM-yyyy H:m:s 'GMT
') format. Same issue in Core was fixed by https://github.com/aspnet/HttpAbstractions/pull/897/commits/b41d8656d5c6c522f9966793214b67753b24331a