[
https://issues.apache.org/jira/browse/KNOX-3062?focusedWorklogId=999047&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-999047
]
ASF GitHub Bot logged work on KNOX-3062:
----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Jan/26 09:06
Start Date: 08/Jan/26 09:06
Worklog Time Spent: 10m
Work Description: smolnar82 commented on PR #933:
URL: https://github.com/apache/knox/pull/933#issuecomment-3722903012
Looking closer again, I found this one irrelevant. The reason is, that the
submitted code here assumes that #747 is merged, which isn't the case.
Thus, this PR can be closed as we cover all REST methods in our dispatch
properly in terms of group headers addition.
Issue Time Tracking
-------------------
Worklog Id: (was: 999047)
Time Spent: 1h (was: 50m)
> Proxyuser groups are not included in POST and PATCH requests
> ------------------------------------------------------------
>
> Key: KNOX-3062
> URL: https://issues.apache.org/jira/browse/KNOX-3062
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Reporter: Sandeep More
> Assignee: Sandeep More
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> As part of KNOX-3023 we introduced appending groups and principal to the
> downstream services.
> The bug is in doPost() method, specifically in
> copyHeaderRequestHeaderFields() method in doPost() this method takes 3
> arguments and in other methods doGet() for e.g. it takes 2 arguments.
> The code that adds headers is in the method that takes 2 arguments this is
> why POST is not working. It appears to work with GET.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)