[
https://issues.apache.org/jira/browse/KNOX-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17692278#comment-17692278
]
ASF subversion and git services commented on KNOX-2883:
-------------------------------------------------------
Commit e5427b1a3aea9f31cfb521e2d9845226169570d1 in knox's branch
refs/heads/master from Attila Magyar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=e5427b1a3 ]
KNOX-2883 Missing attach logging context from HadoopAuthFilter (#733)
> Missing attach logging context from HadoopAuthFilter
> ----------------------------------------------------
>
> Key: KNOX-2883
> URL: https://issues.apache.org/jira/browse/KNOX-2883
> Project: Apache Knox
> Issue Type: Task
> Reporter: Attila Magyar
> Assignee: Attila Magyar
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {code}
> AuditContext context = auditService.getContext();
> if (context != null) {
> context.setUsername( principal.getName() );
> {code}
> auditService.attachContext(context); is missing
--
This message was sent by Atlassian Jira
(v8.20.10#820010)