Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jun 8, 2019

  1. Fixed bad JEXL/elConfig example in README.md

    The JEXL/elConfig example in the README.md documentation will not work
    to read the database password from a file path pointed to by an
    environment variable because the first argument to
    org.apache.commons.io.FileUtils.readFileToString() must be an instance
    of java.io.File and not String. This commit fixes that with an example
    that is tested to work with Grouper 2.4.x.
    skoranda committed Jun 8, 2019
    Copy the full SHA
    3ca9108 View commit details