Re: Make Cookies in Django follow the RFC correctly

2022-12-06 Thread Fernando Karchiloff
rse in some cases. It seems to >> me that we need a broader discussion on this. >> > > To continue the discussion I think we’ll need to hear about such a *strong > reason* to break compatibility, or a path forward that is not backwards > incompatible. > > Thank

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