> validateXml(from); > - return doParse(new InputSource(new StringReader(from))); > + return doParse(new InputSource(new ByteArrayInputStream(array)));
Done. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/509/files#r17204301
