James Moger
2014-03-28 a9dc74e73eea068b8cbb5c96958abccae88b4abc
src/main/java/com/gitblit/transport/ssh/gitblit/BaseKeyCommand.java
@@ -36,7 +36,7 @@
   protected List<String> readKeys(List<String> sshKeys)
         throws UnsupportedEncodingException, IOException {
      int idx = -1;
      if ((idx = sshKeys.indexOf("-")) >= 0) {
      if (sshKeys.isEmpty() || (idx = sshKeys.indexOf("-")) >= 0) {
         String sshKey = "";
         BufferedReader br = new BufferedReader(new InputStreamReader(
               in, Charsets.UTF_8));