forked from docker/grouper
Commits
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
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
-
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.
Copy the full SHA 3ca9108View commit details