Changeset 32914


Ignore:
Timestamp:
2019-03-19T17:39:49+13:00 (5 years ago)
Author:
ak19
Message:

Accomodating https urls in running of GLI Web Start code, WebGatherer.java

File:
1 edited

Legend:

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

    r32153 r32914  
    66 * University of Waikato, New Zealand.
    77 *
    8  * Author: John Thompson, Greenstone Digital Library, University of Waikato
     8 * Author: Greenstone Digital Library, University of Waikato
    99 *
    1010 * Copyright (C) 1999 New Zealand Digital Library Project
     
    5050
    5151        // make sure the URL has protocol, host, and file
    52         if (address.startsWith("http:")) {
     52        if (address.startsWith("http:") || address.startsWith("https:")) {
    5353            // the address has all the necessary components
    5454        full_address = address;
Note: See TracChangeset for help on using the changeset viewer.