Changes between Initial Version and Version 1 of Ticket #32191
- Timestamp:
- Nov 13, 2020, 3:54:01 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32191 – Description
initial v1 4 4 The issue now is that Django is trying to use an escape-character in cookie-Values which is not supported in the RFC 5 5 6 an example of such a cookie: messages=\"123\\\"NOTRECEIVED\"" 6 an example of such a cookie: 7 {{{ 8 messages=\"123\\\"NOTRECEIVED\"" 9 }}} 10 7 11 8 12 Please consider to get this fixed so there can be a protection of this system.