How does this method give me a -61 Error?
- by prestonmarshall
This is in an application I am using called Mirth, but it appears to be coming from inside an Apache Commons library from a method that checks if something is indeed Base64 encoded or not. All of the docs say the only return is true or false, so how am I getting -61?
-61
org.apache.commons.codec.binary.Base64.isBase64(Base64.java:137)…