Ignore:
Timestamp:
2017-08-09T18:41:29+12:00 (7 years ago)
Author:
ak19
Message:

Correcting Https to https.

Location:
main/trunk/gli/src/org/greenstone/gatherer
Files:
2 edited

Legend:

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

    r31843 r31861  
    4141
    4242
    43 /** Use this class to get a URL connection with or without proxy settings, for Http or Https URLS,
    44  * and with no-check-certificate on or off for Https URLs.
    45  * This class has the ability to turn off checking security certificates for Https URLs to allow us to do
     43/** Use this class to get a URL connection with or without proxy settings, for http or https URLS,
     44 * and with no-check-certificate on or off for https URLs.
     45 * This class has the ability to turn off checking security certificates for https URLs to allow us to do
    4646 * the Java equivalent to running wget with --no-check-certificate. That part of the code is from
    4747 * https://stackoverflow.com/questions/6659360/how-to-solve-javax-net-ssl-sslhandshakeexception-error
  • main/trunk/gli/src/org/greenstone/gatherer/gui/Preferences.java

    r31860 r31861  
    7171    private JButton ok_button;
    7272    private JCheckBox show_file_size_checkbox;
    73     private JCheckBox no_check_certificate_checkbox; // Set no_check_certificate when retrieving Https URLs that have no (valid) certificate
     73    private JCheckBox no_check_certificate_checkbox; // Set no_check_certificate when retrieving https URLs that have no (valid) certificate
    7474    private JCheckBox use_proxy_checkbox;
    7575    private JCheckBox view_extracted_metadata_checkbox;
Note: See TracChangeset for help on using the changeset viewer.