[ https://issues.apache.org/jira/browse/KNOX-3062?focusedWorklogId=983237&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-983237 ]
ASF GitHub Bot logged work on KNOX-3062: ---------------------------------------- Author: ASF GitHub Bot Created on: 15/Sep/25 22:47 Start Date: 15/Sep/25 22:47 Worklog Time Spent: 10m Work Description: moresandeep opened a new pull request, #933: URL: https://github.com/apache/knox/pull/933 ## What changes were proposed in this pull request? Fix an issue where group headers were not added to POST and PUT requests ## How was this patch tested? This patch was tested locally with POST and GET requests. Issue Time Tracking ------------------- Worklog Id: (was: 983237) Time Spent: 0.5h (was: 20m) > 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: 0.5h > 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)