Ignore:
Timestamp:
2022-01-14T10:14:57+13:00 (2 years ago)
Author:
cstephen
Message:

Surface cookie consent parameter as XML param.
Use commons StringUtils in XSLTUtil#getInterfaceStringsAsJavascript

File:
1 edited

Legend:

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

    r34112 r36001  
    4545    public static final String UTF8="UTF-8";
    4646    // The default encoding Greenstone expects when reading in its XML files
    47     public static final String XML_FILE_ENCODING=UTF8;
     47    public static final String XML_FILE_ENCODING = UTF8;
     48   
     49    /**
     50     * Gets the name of the cookie consent servlet parameter.
     51     */
     52    public static final String COOKIE_CONSENT = "cookie_consent";
    4853}
Note: See TracChangeset for help on using the changeset viewer.