Cannot pass list of list of strings as XML-RPC array
Bug #684852 reported by
Linda
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
xml-rpc-el |
New
|
Undecided
|
Unassigned |
Bug Description
I need to pass a list of lists of strings as an XML-RPC array but the current code identifies such data as an XML-RPC struct.
To post a comment you must log in.
Our solution adds an optional keyword :array to identify such lists as XML-RPC arrays. The attached patch is the diff to the current release version 1.6.8 but contains the bug fixes for Bug #684844.