dindinet / jsonengine

Automatically exported from code.google.com/p/jsonengine
1 stars 0 forks source link

UPDATE with data includes "_docId" parameter returns 500 error #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. PUT to /docType/docId?_docId=docId&data=hoge
2. return 500 java.util.ArrayList cannot be cast to java.lang.String

What is the expected output? What do you see instead?

200 and updated doc

Please use labels and text to provide additional information.

_docId in url & pram became array in server may be..

Original issue reported on code.google.com by block.rx...@gmail.com on 23 Aug 2010 at 7:07

GoogleCodeExporter commented 9 years ago
Fixed in jsonengine-0.2.20100827. Please check.

Original comment by kazunori...@gmail.com on 27 Aug 2010 at 11:07