Impala Public Jenkins has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/14323 )

Change subject: IMPALA-8982: Fix webserver handling of OPTIONS
......................................................................

IMPALA-8982: Fix webserver handling of OPTIONS

Previously, Impala's webserver always returned 500 errors to OPTIONS
requests. Fixing this requires two changes:
- Squeasel is updated to 36dc66b8723980feb32196a94b46734eb5eafbf9,
  which pulls in a patch that allows it to handle OPTIONS requests
  correctly.
- Webserver is modified to recognize OPTIONS requests and allow
  Squeasel to handle them.

Testing:
- Added a BE test that checks that OPTIONS works without SPNEGO.
- Added a test that checks that OPTIONS works when SPNEGO is turned
  on. The test is currently disabled until we add curl to the
  toolchain.

Change-Id: Ie4eb88c34348a7204686fae0d61a6d5546ef3a34
Reviewed-on: http://gerrit.cloudera.org:8080/14323
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
M be/src/thirdparty/squeasel/squeasel.c
M be/src/util/webserver-test.cc
M be/src/util/webserver.cc
3 files changed, 32 insertions(+), 5 deletions(-)

Approvals:
  Impala Public Jenkins: Looks good to me, approved; Verified

--
To view, visit http://gerrit.cloudera.org:8080/14323
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie4eb88c34348a7204686fae0d61a6d5546ef3a34
Gerrit-Change-Number: 14323
Gerrit-PatchSet: 4
Gerrit-Owner: Thomas Tauber-Marshall <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>
Gerrit-Reviewer: Tim Armstrong <[email protected]>

Reply via email to