Skip to content

Fixed bad JEXL/elConfig example in README.md #72

Merged
merged 1 commit into from Jun 13, 2019

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
    Browse the repository at this point in the history