Update CM to us Local Intermediate Certs
[aaf/authz.git] / cadi / core / src / main / java / org / onap / aaf / cadi / Symm.java
index ea3891f..5a3fe82 100644 (file)
@@ -450,9 +450,11 @@ public class Symm {
                   this.range = range;
           }
           public int convert(int read) throws IOException {
+                  // System.out.print((char)read);
                   switch(read) {
                           case -1: 
                           case '=':
+                          case ' ':
                           case '\n':
                           case '\r':
                                   return -1;