#29576: Fix construction of HTTP_COOKIE value in base environ of test requests
-------------------------------------+-------------------------------------
               Reporter:  Thng Kai   |          Owner:  Thng Kai Yuan
  Yuan                               |
                   Type:  Bug        |         Status:  assigned
              Component:  Testing    |        Version:  master
  framework                          |
               Severity:  Normal     |       Keywords:
           Triage Stage:             |      Has patch:  1
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  1
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 The existing implementation wrongly constructs cookies into:
 ' sessionid=helloworld; Domain=None; expires=None; Max-Age=None; Path=/'

 For the given example, this fix will correct the construction to be:
 'sessionid=helloworld'

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29576>
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/054.b43485f506007855127b2b35069e8a9c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to