[Mailman-Developers] REQUEST_URI not so reliable

Barry A. Warsaw bwarsaw@CNRI.Reston.Va.US (Barry A. Warsaw)
Fri, 7 Aug 1998 17:56:08 -0400 (EDT)


>>>>> "root" ==   <root@chronis.pobox.com> writes:

    root> dict = {...
>> "path": os.environ.get("REQUEST_URI", "mailman/admin/" + list_name)
>> ....
    root> }

Thanks Scott, I've made this change in the source.

    root> there may be other places that use that, like private,
    root> listinfo, etc.

AFAICT, that's the only place that environment variable is accessed.

-Barry