Changeset 4099


Ignore:
Timestamp:
2003-04-07T16:55:49+12:00 (21 years ago)
Author:
kjdon
Message:

new cgi arg for configuring system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/util/GSCGI.java

    r3968 r4099  
    2424    public static final String PROCESS_ID_ARG = "pid"; // if a request wasn't completed, this identifies the request - used when asking for a status update
    2525   
     26    // internal configure args
     27    public static final String CONFIGURE_SUBSET_ARG = "cs";
    2628    /** long to short mapping */
    2729    protected HashMap long_map_=null;
     
    4749    addStaticParam(SERVICE_ARG);
    4850    addStaticParam(PROCESS_ID_ARG);
     51    addStaticParam(CONFIGURE_SUBSET_ARG);
    4952    }
    5053
Note: See TracChangeset for help on using the changeset viewer.