[
https://issues.apache.org/jira/browse/TINKERPOP-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320429#comment-16320429
]
ASF GitHub Bot commented on TINKERPOP-1858:
-------------------------------------------
Github user krlohnes commented on the issue:
https://github.com/apache/tinkerpop/pull/767
@robertdale `NoHttpResponseException` was the exception that I was getting
when I wrote the test and ran it locally (OSX). It seems to be a different
error in Docker. In Docker I get the `java.net.SocketException`, just like both
of you got.
I can change it so it only passes in Docker or I can change the test body
to something like.
```java
try {...}
catch(SocketException | NoHttpResponseException e){}
finally {...}
```
I prefer the `try...catch`, but I will defer to you and @spmallette on that.
> HttpChannelizer regression: Does not create specified AuthenticationHandler
> ---------------------------------------------------------------------------
>
> Key: TINKERPOP-1858
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1858
> Project: TinkerPop
> Issue Type: Bug
> Components: server
> Affects Versions: 3.3.0
> Environment: All
> Reporter: Keith Lohnes
> Labels: easyfix, regression
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> HttpChannelizer creates a HttpBasicAuthenticationHandler instead of
> instantiating the specified AuthenticationHandler from the configuration
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)