Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5508

Request.evaluatePreconditions(Date, EntityTag) loses a non-null ResponseBuilder

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.7.6
    • 2.6.12, 2.7.9, 3.0.0-milestone2
    • JAX-RS
    • None
    • Unknown

    Description

      The problem I reported in https://issues.apache.org/jira/browse/CXF-4231 is back since 2.7.6; we noticed when upgrading to 2.7.8. See also https://fisheye6.atlassian.com/browse/cxf/branches/2.7.x-fixes/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/impl/RequestImpl.java?r2=1503661&r=1494596

      The concrete change/problematic part: if (rb != null) { => if (rb == null) {

      Any chance for a fix in the next release?

      Attachments

        Activity

          People

            sergey_beryozkin Sergey Beryozkin
            jengehau Jan Engehausen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: