Roundup Tracker - Issues

Message5875

Author rouilj
Recipients rouilj, schlatterbeck
Date 2016-07-19.13:12:00
Message-id <20160719131153.1F03580631@vm71.cs.umb.edu>
In-reply-to <20160719101320.GC24820@runtux.com>
In message <20160719101320.GC24820@runtux.com>,
Ralf Schlatterbeck writes:
>
>Ralf Schlatterbeck added the comment:
>
>On Mon, Jul 18, 2016 at 09:53:33PM +0000, John Rouillard wrote:
>> If an HTTP header called PROXY is sent by the client, the CGI will see
>> that in its environment as HTTP_PROXY.
>> 
>> If the server does any http url retrievals (i.e. acts as an http
>> client), it may use HTTP_PROXY as it is a well known environment
>> variable for setting a proxy for an http client.
>
>Isn't the standard http_proxy environment variable in lowercase (on
>Linux at least)?

Depends. Some packages will accept upper or lower case according to
the web site.

Curl only accepts lower case for http_proxy but accepts upper or lower
case for HTTPS_PROXY. That inconsistancy is probably because of this
bug. So this bug won't be a problem for somebody who uses PyCURL to
grab a remote url.

But for others???
History
Date User Action Args
2016-07-19 13:12:01rouiljsetrecipients: + rouilj, schlatterbeck
2016-07-19 13:12:01rouiljlinkissue2550925 messages
2016-07-19 13:12:00rouiljcreate