You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2017/08/17 08:49:00 UTC

[jira] [Created] (CXF-7478) Response entity can not be auto-closed if the entity is read implicitly

Sergey Beryozkin created CXF-7478:
-------------------------------------

             Summary: Response entity can not be auto-closed if the entity is read implicitly
                 Key: CXF-7478
                 URL: https://issues.apache.org/jira/browse/CXF-7478
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
            Reporter: Sergey Beryozkin
            Assignee: Sergey Beryozkin
            Priority: Minor
             Fix For: 3.0.15, 3.1.13, 3.2.0


If auto-close is enabled then it fails if client.get(SomeClass.class) is used but works if client.get().readEntity(SomeClass.class) is used



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)