Changeset 5247


Ignore:
Timestamp:
2003-08-22T09:44:15+12:00 (21 years ago)
Author:
jmt12
Message:

Fixed bug where if your computer was setup for, but not connected to, a network (common for windows laptops) the local server wasn't being correctly addressed as the protocol was being dropped

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/GSDLSiteConfig.java

    r4674 r5247  
    2323    static final private String GSDL = "gsdl";
    2424    static final private String GSDLSITE_CFG = "gsdlsite.cfg";
    25     static final private String LOCAL_HOST = "localhost";
     25    static final private String LOCAL_HOST = "http://localhost";
    2626    static final private String PORTNUMBER = "portnumber";
    2727    static final private String SEPARATOR = "/";
Note: See TracChangeset for help on using the changeset viewer.