mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

lutoff
16.07.2008 ce800e969e7b9c2339be23ab2b23e44c8db8b7ff
Fix for issue #3522(bas64 decode -d string needs a line break after the output)
1 files modified
1 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/util/Base64.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/Base64.java
@@ -707,6 +707,7 @@
        else
        {
          System.out.write(decodedData);
          System.out.println();
          System.out.flush();
        }
      }