On Mon, Sep 7, 2015, at 11:11 AM, Vivek Pathak wrote: > Hello, > > Wring a custom handler, I am having trouble with > JsonUpdateRequestHandler - getting a class not found error. > > I see web examples till 4.7. Has it been depractaed in 5.2 and what > class may replace it?
Since 4.0, the default UpdateRequestHandler will detect the content type and act accordingly. What do you want your UpdateRequestHandler to do? If you want to parse your own data format, I believe you can implement your own ContentStreamLoader. Upayavira