Changeset 20433


Ignore:
Timestamp:
2009-08-28T21:35:54+12:00 (15 years ago)
Author:
ak19
Message:

Made the correction to include the slash in front of the default prefix elsewhere and indid the previous change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/server/Server2.java

    r20432 r20433  
    183183    String port = "80";
    184184    String gwcgi;
    185     String httpprefix = "greenstone";
     185    String httpprefix = "/greenstone";
    186186    String suffix = "/cgi-bin/library.cgi";
    187187
     
    213213    }
    214214   
    215     libraryURL = "http://" + host + ":" + port + "/" + suffix;
     215    libraryURL = "http://" + host + ":" + port + suffix;
    216216    }
    217217
Note: See TracChangeset for help on using the changeset viewer.