[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#910360: debbugs: get_bug_log SOAP operation truncates message



Source: debbugs
Severity: normal

Dear Maintainer,

This bug has been reported to the GNU debbugs server, see
https://debbugs.gnu.org/32941>:

The get_bug_log operation of the SOAP API truncates some messages. For
example, look at the 4th message (indexing from 0) in bug 25235. In the
web interface, https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25235#17 ,
one can see that the message has 2 parts, but the get_bug_log SOAP
operation only returns the first part. The request XML I sent is as
follows.

<soap:Envelope
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
    xmlns:xsd="http://www.w3.org/1999/XMLSchema";
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
    soapenc:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
  <soap:Body>
    <ns1:get_bug_log
	xmlns:ns1="urn:Debbugs/SOAP"
	soapenc:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
      <ns1:bugnumber xsi:type="xsd:int">25235</ns1:bugnumber>
    </ns1:get_bug_log>
  </soap:Body>
</soap:Envelope>


-- System Information:
Debian Release: buster/sid
  APT prefers bionic-updates
  APT policy: (500, 'bionic-updates'), (500, 'bionic-security'), (500, 'bionic'), (100, 'bionic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.15.0-34-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled


Reply to: