durusmail: quixote-users: Re: medusa_http.py patch for basic authentication
medusa_http.py patch for basic authentication
2004-08-07
Re: medusa_http.py patch for basic authentication
2004-08-12
2004-08-20
2004-08-20
2004-08-20
2004-08-21
2004-08-24
Re: medusa_http.py patch for basic authentication
Ken Kennedy
2004-08-21
On Wed, Aug 11, 2004 at 09:15:31PM -0400, Graham Fawcett wrote:
>
> Are you running an older version of Quixote? My local version includes
> the following:
>
>         # Propagate HTTP headers - copied from twisted_http.py
>
>         for title, header in msg.items():
>             envname = title.replace('-', '_').upper()
>             if title not in ('content-type', 'content-length'):
>                 envname = "HTTP_" + envname
>             environ[envname] = header
>
> The "propagate headers" section should have taken care of this for you.

Ah! You are correct...I misread your post earlier this week, and was
wondering why you were referencing the code in twisted_http! I could
have sworn I diff'd my medusa_server vs. 1.0, but obviously I
didn't. I see the update now (after reading further in the thread made
me start wondering what I was missing). I'm using 0.6.1, since it's
the newest version packaged for Debian unstable.

Neil...is there any chance you'll be updating the unstable repository
soon w/ 1.0? Or is there another deb respository out there I can hit
instead? OTOH...I could just install 1.0 locally for now...it's not
like Quixote is a particularly invasive python package. In
fact...downloading now!

Thanks, all!
--

Ken Kennedy     | http://www.kenzoid.com        | kkennedy@kenzoid.com

reply