Opened 6 years ago

Last modified 6 years ago

#29576 closed Bug

Fix construction of HTTP_COOKIE value in base environ of test requests — at Initial Version

Reported by: Thng Kai Yuan Owned by: Thng Kai Yuan
Component: Testing framework Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

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'

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top