Ashwin Nair
Ashwin Nair
Is this issue planned on being addressed to anytime soon in any of the subsequent releases ?
It seems the problem we are seeing in #545 traces back to the problem we had in #257. To provide some background: It seems we encounter partial reads of `HMAC`...
@bahamat As I see from [RFC-2616#14.3](https://tools.ietf.org/html/rfc2616#section-14.3) we have two options here: 1. If the content-coding is one of the content-codings listed in the Accept-Encoding field, then it is acceptable, unless...
This issue can be resolved by adding a new line such as ``` new BasicHeader(HttpHeaders.ACCEPT_ENCODING, "*") ``` in `MantaHttpRequestFactory.java` at `L45` and the update the API docs _accordingly_.
#545 is related to the problem observed here.
#544 once merged will resolve this issue.
RFD0071 citing [multi-algorithm support for HMAC](https://github.com/joyent/rfd/blob/master/rfd/0071/README.md#m-encrypt-hmac-type).
A good reference here would be [bugpatterns/ByteBufferBackingArray](http://errorprone.info/bugpattern/ByteBufferBackingArray).
Currently active branch: [ashwin-fix-468](https://github.com/nairashwin952013/java-manta/tree/ashwin-fix-468) is tracking this issue.
Latest Update on this issue since I am tracking it: ``` [WARNING] Rule 0: org.apache.maven.plugins.enforcer.BanDuplicateClasses failed with message: Duplicate classes found: Found in: com.joyent.util:fast-md5:jar:2.7.1:compile com.joyent.manta:java-manta-client:jar:3.3.2-SNAPSHOT:compile Duplicate classes: com/twmacinta/io/NullOutputStream.class com/twmacinta/util/MD5InputStream.class com/twmacinta/util/MD5.class...