aspnet / AspNetKatana

Microsoft's OWIN implementation, the Katana project
Apache License 2.0
959 stars 331 forks source link

Disable ThrowForPartialCookies by default for ChunkingCookieManager and SystemWebChunkingCookieManager #488

Closed kevinchalet closed 1 year ago

kevinchalet commented 1 year ago

See https://github.com/aspnet/AspNetKatana/pull/485#issuecomment-1353719032.

Tratcher commented 1 year ago

And the System.Web one? https://github.com/aspnet/AspNetKatana/blob/6707c1834c4bab5753baa78937ba3b9fd36d716c/src/Microsoft.Owin.Host.SystemWeb/SystemWebChunkingCookieManager.cs#L24

edit nevermind, already done 😁