Re: [Twisted-Python] txjsonrpc

2013-01-31 Thread Matthew Williams
It appears that even 1.0 spec (http://json-rpc.org/wiki/specification) allows for non-array result values. Maybe there was a confusion with the fact that in v1 only a list is valid for the request parameters. On Thu, Jan 31, 2013 at 2:04 PM, Matthew Williams wrote: > In that case, should there be

Re: [Twisted-Python] txjsonrpc

2013-01-31 Thread Matthew Williams
In that case, should there be a patch that skips that for v2? Or perhaps just raise an error for versions < v2 if the function does not return a list? Of course, this wouldn't be backwards compatible which might be problematic. On Thu, Jan 31, 2013 at 1:45 PM, Laurens Van Houtven <_...@lvh.cc> wro

Re: [Twisted-Python] txjsonrpc

2013-01-31 Thread Laurens Van Houtven
On Thu, Jan 31, 2013 at 4:43 PM, Matthew Williams wrote: > I have a couple questions regarding txjsonrpc ( > https://github.com/oubiwann/txjsonrpc/) in connection with the recent > addition of version 2.0 support. > > * How complete is the version 2.0 support? I had actually tried some years > ago

[Twisted-Python] txjsonrpc

2013-01-31 Thread Matthew Williams
I have a couple questions regarding txjsonrpc ( https://github.com/oubiwann/txjsonrpc/) in connection with the recent addition of version 2.0 support. * How complete is the version 2.0 support? I had actually tried some years ago to add v2.0 support, but gave up due to some issues I no longer full

Re: [Twisted-Python] maintenance release - a security issue and a regression

2013-01-31 Thread Angelo Dell'Aera
On Wed, 30 Jan 2013 23:32:34 +0100 Angelo Dell'Aera wrote: > On Wed, 30 Jan 2013 11:04:36 -0800 > Glyph wrote: > > > Any volunteers for parts of this process? > > I'm not familiar with Twisted patching process and for this reason > I'm just attaching a small patch here for #6245 because I'd li