This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年12月03日 07:27 by florianpilz, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue19870.diff | berker.peksag, 2014年01月21日 17:34 | |||
| Messages (6) | |||
|---|---|---|---|
| msg205078 - (view) | Author: Florian Pilz (florianpilz) | Date: 2013年12月03日 07:27 | |
Until Python 3.3.3 the Cookie library did not support the httponly and secure flag (see Issue 16611). Therefore the library is not RFC conform until then, so I think there should be a backport into 2.7 and maybe 3.2 as well. |
|||
| msg205105 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2013年12月03日 12:07 | |
I'm not sure why that fix was not backported, so I think it should be OK to do so. 3.2 is in security fix only mode. No one argued that it was a securty issue when it was fixed in 3.3. |
|||
| msg208676 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2014年01月21日 17:34 | |
Here's a backport of issue 16611 for 2.7. |
|||
| msg220974 - (view) | Author: Inada Naoki (methane) * (Python committer) | Date: 2014年06月19日 13:51 | |
Could someone review this? While this is not a regression or bug, I think this is an important feature when writing HTTP clients. |
|||
| msg220981 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2014年06月19日 14:15 | |
If it really wasn't a bug, we couldn't backport it. However, we generally treat RFC non-compliance issues as bugs unless fixing them is disruptive (and this one isn't because I took care to maintain backward compatibility in the original patch), so it is OK to fix it. Since this is a backport and fairly straightforward, Berker can just commit it once he's up and running with his push privileges. |
|||
| msg222084 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年07月02日 07:48 | |
New changeset 0ba6ebd90b9d by Berker Peksag in branch '2.7': Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags. http://hg.python.org/cpython/rev/0ba6ebd90b9d |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:54 | admin | set | github: 64069 |
| 2014年07月02日 07:50:04 | berker.peksag | set | status: open -> closed resolution: fixed stage: commit review -> resolved |
| 2014年07月02日 07:48:40 | python-dev | set | nosy:
+ python-dev messages: + msg222084 |
| 2014年06月26日 19:08:50 | berker.peksag | set | assignee: berker.peksag stage: patch review -> commit review |
| 2014年06月19日 14:15:00 | r.david.murray | set | messages: + msg220981 |
| 2014年06月19日 13:51:30 | methane | set | nosy:
+ methane messages: + msg220974 |
| 2014年02月05日 18:37:57 | berker.peksag | link | issue1028088 superseder |
| 2014年01月21日 17:34:12 | berker.peksag | set | files:
+ issue19870.diff versions: - Python 3.3 keywords: + patch nosy: + berker.peksag messages: + msg208676 stage: patch review |
| 2013年12月03日 12:07:01 | r.david.murray | set | nosy:
+ r.david.murray messages: + msg205105 |
| 2013年12月03日 07:27:08 | florianpilz | create | |