Make Cookies in Django follow the RFC correctly

2022-12-05 Thread Fernando Karchiloff
Currently the implementation of Cookies doesn't follow the RFC 6265 correctly, especially the *Path* part that seems to be ignored. That was already an attempt here: https://github.com/django/django/pull/15019, but @collinanderson

Re: Make Cookies in Django follow the RFC correctly

2022-12-06 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
On the ticket associated with that PR ( https://code.djangoproject.com/ticket/33212 ), there was a lot of discussion, ending with Mariusz saying: As far as I'm aware both propositions (PR15015 and PR15019) are backward > incompatible, so they are against out stability policy, unless it's not a > s

Re: Make Cookies in Django follow the RFC correctly

2022-12-06 Thread Fernando Karchiloff
I've taken some time to read all the discussion again, imagine some scenarios, and read the comment that Collin made at it's own PR at GitHub here . Most of them would need to break compatibility, and now I agree that there is