Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-3420

Disable HTTP chunking when sending SOAP requests to JIRA

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 2.4.4
    • None
    • localhost, FE-HG upped on 2.4.2 tag
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      FishEye integrates with JIRA through its SOAP API (because we need to integrate with JIRA versions that are older than 4.2, which was the first version to provide REST support), and we use Apache Axis to generate those requests.

      Yet, by default, Axis with the HTTP Client transport will generate HTTP requests with HTTP chunking (source: debugging). All of this is nice and well except when there is a HTTP proxy in the middle, and in particular Apache with mod_proxy, which has a number of issues with HTTP chunking:

      This is to implement a patch to disable HTTP chunking for our SOAP requests, which, after talking with Tim, is not necessary (our requests are not long enough to require chunking).

      Context: FSH-4550

      Attachments

        Activity

          People

            jhinch jhinch (Atlassian)
            pepoirot Pierre-Etienne Poirot (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: