Commits
History for grouper/README.md
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
End of commit history for this file