Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #378 (closed task: fixed)

Opened 3 years ago

Last modified 3 years ago

change HTTP_PROXY/NO_PROXY envvar behavior to follow httpclient

Reported by: nahi Assigned to: nahi
Priority: high Milestone: 1.5.7
Component: soap4r Version: 1.5
Keywords: Cc:

Change History

07/15/07 12:39:03 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1883]) * let soap4r http clients (SOAP::RPC::Driver and WSDL/XSD importers) do not check soap_use_proxy environment variable and use only http_proxy/HTTP_PROXY and no_proxy/NO_PROXY envvars for proxy configuration. no need to set 'soap_use_proxy=on' envvar anymore. But to avoid proxy injection problem, when a library is used on CGI environment (with checking REQUEST_METHOD envvar existence), soap4r http clients use cgi_http_proxy/CGI_HTTP_PROXY envvar instead of http_proxy/HTTP_PROXY. closes #378.