Ignore:
Timestamp:
2017-08-14T22:23:04+12:00 (7 years ago)
Author:
ak19
Message:

All the changes that were required to set up multiple proxy servers, one for HTTP, one for HTTPS, one for FTP. Still need to test on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/download/DownloadScrollPane.java

    r31822 r31880  
    183183    }
    184184
    185     public void newDownloadJob(Download download, String mode, String proxy_url) {
     185    public void newDownloadJob(Download download, String mode, Properties proxy_urls) {
    186186    // Create the job and fill in the details from gatherer.config.
    187187
    188188    DebugStream.println("About to create a new job");
    189189   
    190         DownloadJob new_job = new DownloadJob(download, Configuration.proxy_pass, Configuration.proxy_user, this, mode, proxy_url);
     190        DownloadJob new_job = new DownloadJob(download, Configuration.proxy_pass, Configuration.proxy_user, this, mode, proxy_urls);
    191191    // Tell it to run as soon as possible
    192192
Note: See TracChangeset for help on using the changeset viewer.