Ignore:
Timestamp:
2012-03-23T16:10:29+13:00 (12 years ago)
Author:
sjm84
Message:

Making the web address relative, also a removed an import

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/util/GlobalProperties.java

    r24897 r25271  
    156156
    157157            //string it all together
    158             gsdl3_web_address = protocolSpecifier + hostSpecifier + portSpecifier + contextSpecifier;
    159 
     158            //gsdl3_web_address = protocolSpecifier + hostSpecifier + portSpecifier + contextSpecifier;
     159            gsdl3_web_address = contextSpecifier;
    160160        }
    161161        catch (Exception e)
Note: See TracChangeset for help on using the changeset viewer.