Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Oct 5, 2023
1 parent be5d5e5 commit 000e9d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void channelRead0(ChannelHandlerContext ctx, DefaultHttpRequest msg) thro
ThreadContext threadContext = threadPool.getThreadContext();
try (ThreadContext.StoredContext ignore = threadPool.getThreadContext().stashContext()) {
injectUser(msg, threadContext);
// If request channel gets completed and a response is sent, then there was a failure during authentication
// If request channel is completed and a response is sent, then there was a failure during authentication
restFilter.checkAndAuthenticateRequest(requestChannel);

ThreadContext.StoredContext contextToRestore = threadPool.getThreadContext().newStoredContext(false);
Expand Down

0 comments on commit 000e9d5

Please sign in to comment.