Re: Interop issue btw Java and new python client

2009-11-30 Thread Rafael Schloming
Rajith Attapattu wrote: Hi, A minor interop issue happens due to the java "test/plain" content type not being handled properly in the new python client API. The python client expects the encoding along with the content type, while the java client just specifies the content type. The following p

Interop issue btw Java and new python client

2009-11-30 Thread Rajith Attapattu
Hi, A minor interop issue happens due to the java "test/plain" content type not being handled properly in the new python client API. The python client expects the encoding along with the content type, while the java client just specifies the content type. The following patch is a workaround. The