#32191: Not RFC Compliant Cookie handling
----------------------------------+--------------------------------------
Reporter: Nico Giefing | Owner: nobody
Type: Bug | Status: closed
Component: HTTP handling | Version: 3.1
Severity: Normal | Resolution: needsinfo
Keywords: Cookie malformed | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
----------------------------------+--------------------------------------
Changes (by Mariusz Felisiak):
* cc: Collin Anderson, Florian Apolloner (added)
* resolution: => needsinfo
* status: new => closed
* component: Forms => HTTP handling
Comment:
Django uses Python's `http.cookies._unquote()` to better match the
behavior of browsers, see #26158.
{{{
messages=\"123\\\"NOTRECEIVED\""
}}}
is parsed to `{'messages': '123"NOTRECEIVED"'}` which seems correct to me.
What value do you expect?
--
Ticket URL: <https://code.djangoproject.com/ticket/32191#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/063.8eb5ae0585cbb064b61d498ce73478e0%40djangoproject.com.