You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mi...@apache.org on 2016/09/26 09:26:13 UTC

zeppelin git commit: [ZEPPELIN-728] Can't POST interpreter setting (CorsFilter?)

Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.6 533022417 -> 081989feb


[ZEPPELIN-728] Can't POST interpreter setting (CorsFilter?)

This handles the NPE when the input json is empty for the interpreter setting POST request.

Bug Fix

NA

https://issues.apache.org/jira/browse/ZEPPELIN-728

When empty json is sent for interpreter setting POST request, 400 status code should be returned.

* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Kavin <ka...@imaginea.com>
Author: Kavin Kumar <ju...@gmail.com>

Closes #1345 from kavinkumarks/zeppelin-728-fix-NPE-intepreter-setting-post and squashes the following commits:

7ab1117 [Kavin] Updated the error codes in the REST API doc.
3397fb0 [Kavin Kumar] Handled NPE when the json is empty for interpreter setting POST request and corrected the json in the REST API doc.

(cherry picked from commit 47ac1d41e7ec18a16c6144460fbbc35877d71a11)
Signed-off-by: Mina Lee <mi...@apache.org>

Conflicts:
	zeppelin-server/src/main/java/org/apache/zeppelin/rest/InterpreterRestApi.java


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/081989fe
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/081989fe
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/081989fe

Branch: refs/heads/branch-0.6
Commit: 081989febca23a1247dba7377b6313945cd46e44
Parents: 5330224
Author: Kavin <ka...@imaginea.com>
Authored: Tue Aug 23 18:05:36 2016 +0530
Committer: Mina Lee <mi...@apache.org>
Committed: Mon Sep 26 18:26:02 2016 +0900

----------------------------------------------------------------------

----------------------------------------------------------------------