[Mailman-Developers] Cookie error?

Scott scott@chronis.pobox.com
Wed, 7 Oct 1998 06:43:44 -0400


what error occurred on that line?

scott

On Wed, Oct 07, 1998 at 12:37:25PM +0200, Balazs Nagy wrote:
| Hiyas,
| 
| Recently I noticed that my mailman's www admin tool didn't work: Apache says
| error 500 (permature error before script headers or sort of).  The bug is in
| line 65 (admin.py).  If I put return before Cookie constructor, it works
| well (without security):
| 
|    if os.environ.has_key('HTTP_COOKIE'):
| ->      c = Cookie.Cookie( os.environ['HTTP_COOKIE'] )
|         if c.has_key(list_name + "-admin"):
| 
| OK, i've done with this but I dunno anything about cookies.
| 
| What bug is this?
| -- 
|    Linux Supporting Center -- Red Hat Qmail packages -- http://lsc.kva.hu
|       PGP 0x1DE3631D / A8 B4 92 EE 1F 55 27 C8  86 64 9C 42 41 A4 BD B8
| 
| 
| _______________________________________________
| Mailman-Developers maillist  -  Mailman-Developers@python.org
| http://www.python.org/mailman/listinfo/mailman-developers
|