Closed
Bug 1274989
Opened 9 years ago
Closed 9 years ago
The Bugzilla::Webservice::Bug::search XML-RPC utility function returns An invalid XML character
Categories
(Bugzilla :: WebService, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 839023
People
(Reporter: pythonkiller4, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36
Steps to reproduce:
I am fetching bugs using Bugzilla::Webservice::Bug::search remote procedure, via Apache's XML-RPC Client, from the deployment at bugzilla.mozilla.org and using the following code: search(searchCriteria, offset, limit); which fails when: searchCriteria is product=firefox, offset is 21900 and limit is 100 whereas, for other values of offset, it works fine.
Actual results:
Failed to parse servers response.
XmlRpcClientException: An invalid XML character (Unicode: 0x3) was found.
Expected results:
Bugzilla::Webservice::Bug::search utility function should return valid XML for every value of offset.
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Is this different from bug 839023 ?
![]() |
||
Comment 3•9 years ago
|
||
No, same issue.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•