Ticket #412 (defect)
Opened 3 years ago
Last modified 3 years ago
Cookie domain support missing in session filter rewrite
Status: closed (fixed)
| Reported by: | anonymous | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2-beta |
| Component: | CherryPy code | Keywords: | sessionfilter |
| Cc: |
2.1-beta and earlier versions of the cherrypy session filter honored the sessionFilter.cookieDomain configuration setting.
The rewrite appears not to. The following patch, applied against sessionfilter.py in 2.1-release remedies the problem:
115a116,117
>
> cookieDomain = conf('sessionFilter.cookieDomain')
160a163,164
> if cookieDomain:
> cookie[cookieName]['domain'] = cookieDomain
Obviously, changes to trunk would require the new lowercase_with_underscores configuration convention.
Change History
12/06/05 17:05:55: Modified by jamwt
12/07/05 05:01:41: Modified by anonymous
- milestone changed from 2.2-final to 2.2-beta.
01/21/06 17:55:06: Modified by ken@kenkinder.com
I'm confused. Is this in the current version of CherryPy or is this an on-going issue?
01/24/06 07:11:20: Modified by rdelon
- status changed from new to closed.
- resolution set to fixed.
Fixed in [934]


Sorry; reported by me. :-)