[ 
https://issues.apache.org/jira/browse/IMPALA-8982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16942380#comment-16942380
 ] 

ASF subversion and git services commented on IMPALA-8982:
---------------------------------------------------------

Commit eb6116d49df8817afaa5bd0b12cd32894901cfa9 in impala's branch 
refs/heads/master from Thomas Tauber-Marshall
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=eb6116d ]

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]>


> Fix webserver handling of OPTIONS
> ---------------------------------
>
>                 Key: IMPALA-8982
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8982
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Clients
>    Affects Versions: Impala 3.4.0
>            Reporter: Thomas Tauber-Marshall
>            Assignee: Thomas Tauber-Marshall
>            Priority: Major
>
> Currently, Impala's webserver always returns 500 errors to OPTIONS requests. 
> This has already been fixed in squeasel: 
> https://github.com/cloudera/squeasel/commit/5a6af3cdccc58bd0365eae96477c853143829449
> We should pull in that commit



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to