From: Ricardo V. <ric...@fl...> - 2015-12-22 16:41:40
|
When invoking entities with a variant with an encoding, and an IllegalStateException is thrown after a while because request headers reaches to is maximum. This is because setEntity on ClientInvocation adds the header to a map: headers.header("Content-Encoding", v.getEncoding()); This should use a putSingle or a method headers.setEncoding should be created like setLanguage or setMediaType. Cumprimentos / Best regards, Ricardo Veloso |