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

Enable GZip compression on SOAP interface

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 3.11
    • None
    • None
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      SOAP messages are notoriously large. To help reduce the transport overhead, the soap messages should be GZip encoded (if requested by the client). A simple test on getProjects reduced the payload from about 32655 to 2324 bytes. Smaller messages are far less dramatic.

      All that should be required to get gzip compression is to add this to the web.xml:
      <filter-mapping>
      <filter-name>gzip</filter-name>
      <url-pattern>/rpc/*</url-pattern>
      </filter-mapping>

      Attachments

        Activity

          People

            Unassigned Unassigned
            13b349c87b4b Brock Janiczak
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: