James Moger
2013-01-11 e4e68298c2f55c93dc2464e26a24b119a649e642
src/com/gitblit/RedmineUserService.java
@@ -102,6 +102,11 @@
           }
        }
        
        if (StringUtils.isEmpty(jsonString)) {
           logger.error("Received empty authentication response from Redmine");
           return null;
        }
        RedmineCurrent current = null;
        try {
           current = new Gson().fromJson(jsonString, RedmineCurrent.class);