Closed
Bug 468009
Opened 16 years ago
Closed 16 years ago
SOAP::Lite versions greater than 0.68 and less than 0.710.06 return the wrong XML for methods
Categories
(Bugzilla :: WebService, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: mkanat, Assigned: mkanat)
Details
Attachments
(3 files)
I knew this bug existed, but I didn't know what versions were affected until just now. If you are using a bad version of SOAP::Lite (greater than 0.68 but before 0.710.06), then you get things like <get_bugsResponse> instead of <methodResponse> in the XML returned from method calls. Some SOAP clients might be OK with this, but I suspect that most (if not all) will actually break in this case, so we need to blacklist those SOAP::Lite versions.
Flags: blocking3.2.1+
Flags: blocking3.0.7+
Assignee | ||
Comment 1•16 years ago
|
||
Updated•16 years ago
|
Attachment #351486 -
Flags: review?(LpSolit) → review+
Comment 2•16 years ago
|
||
Comment on attachment 351486 [details] [diff] [review]
v1
Looks good, but I have no way to check this. r=LpSolit
Assignee | ||
Comment 3•16 years ago
|
||
Just so people get the idea, here's what a bad version of SOAP::Lite returns.
Assignee | ||
Comment 4•16 years ago
|
||
And here's the same call, but with a good SOAP::Lite version.
Assignee | ||
Updated•16 years ago
|
Flags: approval3.2+
Flags: approval3.0+
Flags: approval+
Assignee | ||
Comment 5•16 years ago
|
||
tip:
Checking in Bugzilla/Install/Requirements.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm,v <-- Requirements.pm
new revision: 1.53; previous revision: 1.52
done
3.2:
Checking in Bugzilla/Install/Requirements.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm,v <-- Requirements.pm
new revision: 1.47.2.5; previous revision: 1.47.2.4
done
3.0:
Checking in Bugzilla/Install/Requirements.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm,v <-- Requirements.pm
new revision: 1.29.2.7; previous revision: 1.29.2.6
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•