Ignore:
Timestamp:
2022-11-22T14:49:53+13:00 (17 months ago)
Author:
kjdon
Message:

add servlet_context as a config param, so it can be used by xslt. needed for cookie consent path

File:
1 edited

Legend:

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

    r36001 r36913  
    2626    public static final String SITE_NAME = "site_name";
    2727    public static final String LIBRARY_NAME = "library_name";
     28  public static final String SERVLET_CONTEXT = "servlet_context";
    2829    public static final String BASE_INTERFACES = "base_interfaces";
    2930    public static final String DEFAULT_LANG = "default_lang";
Note: See TracChangeset for help on using the changeset viewer.