Thomas Tauber-Marshall has uploaded this change for review. ( 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 --- M be/src/thirdparty/squeasel/squeasel.c M be/src/util/webserver-test.cc M be/src/util/webserver.cc 3 files changed, 31 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/23/14323/1 -- 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: newchange Gerrit-Change-Id: Ie4eb88c34348a7204686fae0d61a6d5546ef3a34 Gerrit-Change-Number: 14323 Gerrit-PatchSet: 1 Gerrit-Owner: Thomas Tauber-Marshall <[email protected]>
