Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-11565

WildFly Server Adds Transfer Encoding Chunk Header to the HttpResponse with status code 204

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 9.0.0.Final
    • None
    • None

      I am using WildFly Server 9.0.0 Final, Javax ws, Jersey for developing Rest APIs. For all the responses whose httpStatus code is 204, the wildfly server adds Transfer encoding Chunked in the response header, which is not correct as per the Rest Standards. Because of this behavior some of the RestAPI clients hang, as they keep waiting for the response (which is not at all there).

      To verify the issue, I tried the same with Springboot instead of deploying the war in WildFly and the Response Header was not added with Transfer Encoding Chuncked.

      Let me know if some other information is required to fix this issue, if this is already fixed is there any patch for this issue.

            rhn-cservice-bbaranow Bartosz Baranowski
            dsahu030686 Deepak Sahu (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: