Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14475 )
Change subject: webserver: support HTTP OPTIONS requests ...................................................................... webserver: support HTTP OPTIONS requests This is a port of IMPALA-8982 to Kudu, including: - Updating squeasel to a newer revision that handles OPTIONS rather than responding with an HTTP 500 error code. - Modifying the webserver to let squeasel handle OPTIONS, bypassing SPNEGO authentication. Change-Id: Icc2328d41ebb30c9ab1b25cb28fcc7e56cc8a25b Reviewed-on: http://gerrit.cloudera.org:8080/14439 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Adar Dembo <[email protected]> Reviewed-by: Thomas Tauber-Marshall <[email protected]> (cherry picked from commit d6a6b54b175032c7d13d231ef6d156ef9d0e3ab0) Reviewed-on: http://gerrit.cloudera.org:8080/14475 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/server/webserver-test.cc M src/kudu/server/webserver.cc M src/kudu/util/curl_util.cc M src/kudu/util/curl_util.h M thirdparty/vars.sh 5 files changed, 55 insertions(+), 8 deletions(-) Approvals: Alexey Serbin: Verified Adar Dembo: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/14475 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.11.x Gerrit-MessageType: merged Gerrit-Change-Id: Icc2328d41ebb30c9ab1b25cb28fcc7e56cc8a25b Gerrit-Change-Number: 14475 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>
