Ticket #735 (defect)
Opened 1 year ago
Last modified 1 year ago
Problem with multiple cookies and Python 2.5
Status: closed (fixed)
| Reported by: | dowski | Assigned to: | dowski |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
In the finalize method of the Response class, multiple Set-Cookie headers are generated by splitting the response.cookie.output() on '\n'. In Python 2.5's version of Cookie, multiple cookies get delimitted by '\r\n'. That leaves a trailing '\r' after each Set-Cookie header which mucks up the response headers.
Change History
10/26/07 01:31:52: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.


Fixed in [1765].