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

JAX-RS Client: post method call doesn't send data.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.0-milestone1
    • 2.7.9, 3.0.0-milestone2
    • JAX-RS
    • None
    • Novice

    Description

      When i use the org.apache.cxf.jaxrs.client.WebClient.SyncInvokerImpl.post(entity, genericType) method, the post entity data is not submitted to the server.

      I miss the entity in the delegated method() call.
      @Override
      public <T> T post(Entity<?> entity, GenericType<T> genericType)

      { return method(HttpMethod.POST, genericType); }

      Attachments

        Activity

          People

            sergey_beryozkin Sergey Beryozkin
            maltegessner Malte Gessner
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: