jclouds/core
Andrew Gaul e1a5c521c5 Improve XML compatibility with trace-level logging
Some providers, notably Azure, include a byte-order mark in their XML
responses.  ParseSax.apply buffers these responses in a String when
users enable trace-level logging to include the response in any thrown
exceptions.  InputSource(InputStream) skips these byte-order marks
while InputSource(Reader) does not, yielding a SAXParseException.
2014-09-05 17:53:50 -07:00
..
src Improve XML compatibility with trace-level logging 2014-09-05 17:53:50 -07:00
pom.xml JCLOUDS-653: Upgrade to Guava 18.0 2014-08-25 17:47:23 -07:00