MantisBT: master-1.2.x 9faf487c

Author Committer Branch Timestamp Parent
rombert rombert master-1.2.x 2010-05-16 05:12 master-1.2.x c6e11f9d
Affected Issues  0011868: returned compressed data corrupt
Changeset

Only allow NuSOAP to compress SOAP responses

When NuSOAP receives a request which declares that it accepts a compressed (gzip,deflate)
response, it performs its own compression. Although conceptually incorrect, since this
should be handled by the web server, there is no configuration flag to disable it.

Therefore we disable all forms of compression for the SOAP API and allow NuSOAP to perform
the compression itself.

Fixes 0011868: returned compressed data corrupt

mod - api/soap/mantisconnect.php Diff File