Closed
Bug 243955
Opened 21 years ago
Closed 15 years ago
nsSOAPPropertyBagMutator is fairly useless
Categories
(Core Graveyard :: Web Services, defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: timeless, Unassigned)
References
()
Details
44 * This permits construction by native or
45 * script code a property bag that is also
46 * usable by other xpconnect systems.
This is nice in theory, but the implementation uses an unordered hashtable.
this means that if one actually wants to use the nsI*SOAP*PropertyBagMutator
with soap, one can not control order, which could suck if one had some sort of
service which wanted the generated xml document to have a specific ordering.
i have a js impl of this interface lying around somewhere, i'll attach it when
i run across it.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P5
Updated•16 years ago
|
Assignee: web-services → nobody
QA Contact: doronr → web-services
Comment 2•15 years ago
|
||
We dropped SOAP.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•