You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andy McCright (Jira)" <ji...@apache.org> on 2020/09/22 18:22:00 UTC

[jira] [Created] (CXF-8346) JAX-RS TCK: Resolve test cases where empty entities are checked

Andy McCright created CXF-8346:
----------------------------------

             Summary: JAX-RS TCK: Resolve test cases where empty entities are checked
                 Key: CXF-8346
                 URL: https://issues.apache.org/jira/browse/CXF-8346
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 3.4.0
            Reporter: Andy McCright
            Assignee: Andy McCright


In Open Liberty's "fork" of CXF, we made some changes to better handle cases where an entity is empty.  IIRC (and we made this change a while back, so my memory is a little fuzzy), the TCK checks things where the entity stream is null and when the entity stream is non-null but empty - in both cases the "hasEntity" method should return false.  I believe that the changes that we made affected multiple similar test cases to this one:
com/sun/ts/tests/jaxrs/ee/rs/container/requestcontext/JAXRSClient.java#hasEntityWhenNoEntityTest_from_standalone:  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)