Go to file
2016-07-16 14:39:50 -04:00
src/main Reset copiedRanks at the end of each iteration in User#getRanksScoped. This is a fix for an issue where the Iterator#remove call used here would fail if there was more than one other conflicting grants. We change this method to use a Set#remove to prevent the issues caused by trying to call Iterator#remove() multiple times and throwing an IllegalStateException. 2016-07-16 14:39:50 -04:00
.gitignore Update .gitignore 2016-05-21 15:22:53 -04:00
apiv3.properties Add support for reading the http keystore path + keystore password from our config file 2016-07-10 12:50:04 -04:00
Jenkinsfile Update Jenkinsfile to only deploy master to Maven. 2016-05-22 20:17:31 -07:00
pom.xml Add logging with log4j. Completes #40 2016-07-11 23:54:21 -04:00