Code Monkey home page Code Monkey logo

Comments (10)

Jinhuafei avatar Jinhuafei commented on May 20, 2024 1

Yes, the change was backported to 4.6.x.

from dotnet-framework-early-access.

Jinhuafei avatar Jinhuafei commented on May 20, 2024 1

@IanYates I'll check with the servicing team to see if I can add this to that link.
I'm working on a fix for this issue.

from dotnet-framework-early-access.

Jinhuafei avatar Jinhuafei commented on May 20, 2024

Thanks for reporting the issue @AdamDotNet.
As you've already noticed that asp.net doesn't play well when the response cookie through both HttpCookie object and set-cookie header. The issue was introduced in 4.7 when we were trying to fix a duplicate cookie issue. The fix slightly changed the behavior of Response.SetCookie/HttpCookieCollection.Set API which causes the set-cookie header is cleared. I've opened an internal bug to track the issue and will investigate for the potential fix.

from dotnet-framework-early-access.

AdamDotNet avatar AdamDotNet commented on May 20, 2024

@Jinhuafei
Any chance this bug just got back ported to .Net 4.6.2?

The September 12, 2017 .Net Framework rollup update just broke my website in the exact same manner, even though I'm on .Net 4.6.2: Owin Cookies are not set when System.Web cookies are set in the same request.

from dotnet-framework-early-access.

EnricBoada avatar EnricBoada commented on May 20, 2024

Hi. I have an application running under .NET 4.5. Please, can you tell me if you are planning to port the change also to it?

from dotnet-framework-early-access.

IanYates avatar IanYates commented on May 20, 2024

Could you update the "known issues" list at https://support.microsoft.com/en-us/help/4040972/description-of-the-security-and-quality-rollup-for-the-net-framework-4 to include this issue too?

from dotnet-framework-early-access.

Jinhuafei avatar Jinhuafei commented on May 20, 2024

@EnricBoada Yes, the change is also backported to 4.5.x

from dotnet-framework-early-access.

EnricBoada avatar EnricBoada commented on May 20, 2024

Please, can you specify when it was ported to 4.5.x?. I have an application running under 4.5 (hosted in an Azure WebApp) and I would like to know if it can break.

from dotnet-framework-early-access.

Jinhuafei avatar Jinhuafei commented on May 20, 2024

This was released in March. I checked Azure web app and looks it only supports .net framework 4.7(which already has this change) and 3.5. Your app probably is using old instance. If you can check the file version of system.web.dll, that can tell you if the fix is on that instance. The fix is available after version 4.0.30319.36375.

from dotnet-framework-early-access.

rbonini avatar rbonini commented on May 20, 2024

In azure websites, how to we check the version of system.web.dll??

from dotnet-framework-early-access.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.