Re: NPE when using REST APIs that take a body (POSTs and PUTs)

2016-07-18 Thread Jonathan Kelly
I should have mentioned the JIRA issue ID so that this issue might be more searchable in the mailing list archives. Here it is: https://issues.apache.org/jira/browse/ZEPPELIN-837 On Mon, Jul 18, 2016 at 10:29 PM Jonathan Kelly wrote: > Through a handy dandy `git bisect`

Re: NPE when using REST APIs that take a body (POSTs and PUTs)

2016-07-18 Thread Jonathan Kelly
Through a handy dandy `git bisect` command, I found that the commit that caused this behavior is https://github.com/apache/zeppelin/commit/57555f5ba16dd8109942513181d1330e9958744e. Is this something that we might be able to get fixed before 0.6.1? Or am I simply doing something wrong now that