[
https://issues.apache.org/jira/browse/DRILL-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16300628#comment-16300628
]
ASF GitHub Bot commented on DRILL-5425:
---------------------------------------
Github user sohami commented on a diff in the pull request:
https://github.com/apache/drill/pull/1040#discussion_r158121657
--- Diff: exec/rpc/src/main/java/org/apache/drill/exec/rpc/BasicServer.java
---
@@ -202,6 +202,9 @@ public int bind(final int initialPort, boolean
allowPortHunting) {
if (e instanceof BindException && allowPortHunting) {
continue;
}
+
+ e.printStackTrace();
--- End diff --
Not sure how this got introduced. Thanks for catching.
> Support HTTP Kerberos auth using SPNEGO
> ---------------------------------------
>
> Key: DRILL-5425
> URL: https://issues.apache.org/jira/browse/DRILL-5425
> Project: Apache Drill
> Issue Type: New Feature
> Components: Web Server
> Affects Versions: 1.12.0
> Reporter: Sudheesh Katkam
> Assignee: Sorabh Hamirwasia
> Fix For: 1.13.0
>
>
> DRILL-4280 supports Kerberos through JDBC and ODBC API. This ticket requests
> to add Kerberos (using [SPENGO|https://en.wikipedia.org/wiki/SPNEGO]) for
> HTTP connections.
> This requires creating "direct" web sessions; currently web sessions are
> sessions over Java client sessions.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)