aspnet / AspNetKatana

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

Allow OWIN hosts and applications to register default ICookieManager instances #486

Closed kevinchalet closed 1 year ago

kevinchalet commented 1 year ago

Related: https://github.com/aspnet/AspNetKatana/pull/485.

/cc @Tratcher

kevinchalet commented 1 year ago

Looks like the Microsoft.Owin.Host.HttpListener.Tests.OwinHttpListenerTests.PathAndPathBase_CorrectlySeperated test is flaky as it failed multiple times. Rebasing and force-pushing to trigger a new CI build 😄

Tratcher commented 1 year ago

Thanks

Tratcher commented 1 year ago

I probably won't ship this right away, more likely in January. Try the nightly builds?

kevinchalet commented 1 year ago

I will 😃 (I tested with the sandbox app when preparing this PR and the SystemWeb cookie manager was correctly resolved)