You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Michael Brackx (JIRA)" <ji...@apache.org> on 2013/06/06 10:35:20 UTC

[jira] [Created] (CMIS-666) client tries to parse empty deleteTree response

Michael Brackx created CMIS-666:
-----------------------------------

             Summary: client tries to parse empty deleteTree response
                 Key: CMIS-666
                 URL: https://issues.apache.org/jira/browse/CMIS-666
             Project: Chemistry
          Issue Type: Bug
          Components: opencmis-client-bindings
    Affects Versions: OpenCMIS 0.9.0, OpenCMIS 0.9.0 beta 1
            Reporter: Michael Brackx


I have a client issue with deleteTree if compression is on using the
browser binding.
The client tries to parse an empty response as json.
The server does not return a content-length header for gzip encoded
entities.
resp.getContentLength() is null,
so !BigInteger.ZERO.equals(resp.getContentLength()) is true
Using version 0.9.0. Same problem with 0.9.0-beta1.

see
http://mail-archives.apache.org/mod_mbox/chemistry-dev/201306.mbox/browser


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira