James Moger
2013-01-13 9cc56a1f60eff2ce1db40b7078eab92e78602e1c
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);