BasicHttpFetcher.java doesn't recognize java settings for proxy - 
http.proxyHost, http.proxyPort
------------------------------------------------------------------------------------------------

                 Key: SHINDIG-1029
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1029
             Project: Shindig
          Issue Type: Bug
         Environment: Inside an enterprise environment with a corporate proxy 
in front of all requests to the open internet.
            Reporter: Stephen Terlecki


Previously, BasicHttpFetcher.java was HttpUrlConnection which defaulted to the 
Java system properties if no proxy was explicitly set.  Recently, 
BasicHttpFetcher.java was upgraded to use commons.HttpClient which doesn't read 
the Java system properties.  This patch provides a simple private method to the 
BasicHttpFetcher class to determine if a proxy is needed in the absence of the 
ProxyProvider.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to