Ignore:
Timestamp:
2011-05-17T13:20:56+12:00 (13 years ago)
Author:
sjm84
Message:

Added a new hhf (HTTP Header Fields) cgi parameter that can be used to specify items to be added to the responding header, for example hhf=Control-Cache%3Dno-cache to prevent the response from being cached by the browser

File:
1 edited

Legend:

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

    r23968 r24019  
    2929    public static final String RESPONSE_ONLY = "ro"; // if == 1 do the request and pass back the response xml - no page formatting
    3030    public static final String OUTPUT = "o"; // if processing is to be done, what type of output - html/xml/other??
     31    public static final String HTTPHEADERFIELDS = "hhf";
    3132    public static final String SERVICE = "s"; // the name of the service
    3233    public static final String CLUSTER = "c";   // these two are the same
Note: See TracChangeset for help on using the changeset viewer.