Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-15658

Empty Content-Encoding in SOAP requests when using gzip Accept-Encoding in request

      If you:

      • Enable gzip compression in JIRA under General Configuration
      • Send a SOAP request that accepts a compressed response

      With the Accept-Encoding header:

      $ wget -O - -S --header 'Accept-Encoding: gzip' http://localhost:8080/rpc/soap/jirasoapservice-v2?wsdl  > /dev/null
      
        HTTP/1.1 200 OK
        Server: Apache-Coyote/1.1
        Content-Encoding:
        Vary:
        Content-Type: text/xml;charset=utf-8
        Date: Tue, 23 Sep 2008 02:27:31 GMT
        Connection: close
      

      Without the Accept-Encoding header:

      $ wget -O - -S http://localhost:8080/rpc/soap/jirasoapservice-v2?wsdl  > /dev/null
      
        HTTP/1.1 200 OK
        Server: Apache-Coyote/1.1
        Content-Type: text/xml;charset=utf-8
        Date: Tue, 23 Sep 2008 02:31:45 GMT
        Connection: close
      

      The problem is that some clients break while parsing the empty Content-Encoding, and such a header does not seem correct. Can please someone take a look at it, and report their findings?

            [JRASERVER-15658] Empty Content-Encoding in SOAP requests when using gzip Accept-Encoding in request

            Bugfix Automation Bot made changes -
            Minimum Version New: 3.13
            Owen made changes -
            Component/s Original: Ecosystem - SOAP & XML-RPC API [Obsolete] [ 10480 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2845561 ] New: JAC Bug Workflow v3 [ 2928063 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v7 - Restricted [ 2585022 ] New: JAC Bug Workflow v2 [ 2845561 ]
            Ignat (Inactive) made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 - Restricted [ 1532794 ] New: JIRA Bug Workflow w Kanban v7 - Restricted [ 2585022 ]
            Confluence Escalation Bot (Inactive) made changes -
            Labels New: affects-server
            Owen made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v6 [ 679092 ] New: JIRA Bug Workflow w Kanban v6 - Restricted [ 1532794 ]
            Oswaldo Hernandez (Inactive) made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v5 [ 660990 ] New: JIRA Bug Workflow w Kanban v6 [ 679092 ]
            Oswaldo Hernandez (Inactive) made changes -
            Workflow Original: JIRA Bug Workflow w Kanban v5 [ 261699 ] New: JIRA Bug Workflow w Kanban v6 [ 660990 ]
            Peter Leschev [Admin] made changes -
            Workflow Original: JIRA Bug Workflow + Quality v4 [ 253142 ] New: JIRA Bug Workflow w Kanban v5 [ 261699 ]

              scott@atlassian.com Scott Farquhar
              dalonso Diego Alonso [Atlassian]
              Affected customers:
              0 This affects my team
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: