dotnet/core

Invalid Content Disposition Header

StefanoD opened this issue · 1 comments

According to https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition the parameters of the content disposition header must be quoted. Instead APS.Net Core sends them without quote:

attachment; filename=latest_bin.txt; filename*=UTF-8''latest_bin.txt

I'm using .Net Core 2.0

Moved this issue here: dotnet/aspnetcore#2288