James Moger
2014-03-27 53b312fdc03e797d751d73e79a58e2b2bb3f9e87
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 (sshKeys.isEmpty() || ((idx = sshKeys.indexOf("-")) >= 0)) {
      if ((idx = sshKeys.indexOf("-")) >= 0) {
         String sshKey = "";
         BufferedReader br = new BufferedReader(new InputStreamReader(
               in, Charsets.UTF_8));