Changeset 22470 for main


Ignore:
Timestamp:
2010-07-21T17:04:42+12:00 (14 years ago)
Author:
ak19
Message:

Fix to get collectgroup working with Remote Greenstone on Windows

File:
1 edited

Legend:

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

    r22454 r22470  
    403403        this.script_name = script_name;
    404404        this.script_arguments = script_arguments;
     405        // classinfo.pl script  has a "collection" argument. Convert any colgroup/coltail to colgroup|coltail:
     406        // (Note that this may be the only method here that does not url encode the collection name before sendit it to the server)
     407        this.script_arguments = script_arguments.replace(File.separatorChar, '|');
    405408    }
    406409
Note: See TracChangeset for help on using the changeset viewer.