reiabreu commented on code in PR #7971: URL: https://github.com/apache/storm/pull/7971#discussion_r1975974379
########## storm-client/src/jvm/org/apache/storm/security/auth/ReqContext.java: ########## @@ -161,4 +165,66 @@ public boolean isImpersonating() { public int requestID() { return reqId; } + + /** + * Maps to Subject.currect() is available, otherwise maps to Subject.getSubject() Review Comment: Minor typo on currect 🙂 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@storm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org