Skip to content

Commit

Permalink
Disable createHeaderVerifier so builds can pass
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Sep 29, 2023
1 parent 095d4e5 commit 6580e7f
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@ public void onException(HttpChannel channel, Exception cause0) {
super.onException(channel, cause0);
}

@Override
protected ChannelInboundHandlerAdapter createHeaderVerifier() {
return new AuthenicationVerifier();
}
// TODO: Disable since changes in core aren't avaliable yet
// @Override
// protected ChannelInboundHandlerAdapter createHeaderVerifier() {
// return new AuthenicationVerifier();
// }

protected class SSLHttpChannelHandler extends Netty4HttpServerTransport.HttpChannelHandler {
/**
Expand Down

0 comments on commit 6580e7f

Please sign in to comment.