Subject: | Setting _encodingStyle to '' breaks XML-RPC method responses only in 0.71 |
I just installed 0.71 and noticed that my app (Bugzilla) stopped
working. I have a subclass of XMLRPC::Serializer that sets
_encodingStyle to '' to work around bug 34514. For some reason, I get my
responses as {methodname}Response then. For example, if I call the
method Bugzilla.version, I get my response as a "versionResponse"
instead of a methodResponse like I should be getting. This of course
breaks all XML-RPC clients.
This doesn't happen in 0.68 (or 0.69, I'm assuming though I haven't
checked).