[
https://issues.apache.org/jira/browse/KNOX-3457?focusedWorklogId=1041665&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1041665
]
ASF GitHub Bot logged work on KNOX-3457:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Sep/26 13:04
Start Date: 15/Sep/26 13:04
Worklog Time Spent: 10m
Work Description: github-actions[bot] commented on PR #1399:
URL: https://github.com/apache/knox/pull/1399#issuecomment-5680642732
## Test Results
4 files 4 suites 24s ⏱️
87 tests 87 ✅ 0 💤 0 ❌
105 runs 105 ✅ 0 💤 0 ❌
Results for commit d9d70cd4.
[test-results]:data:application/gzip;base64,H4sIAGxCqWoC/13MSw7CIBSF4a00jB0AhSBuxtB7ISG2xfAYGfcuNG1Fh99/kvMizs82kdsgLgNJxecTWKLJPqyVvLkuuW1XdeCeCsBfefhnLfQMzvj5J9gYQ9xLLGt7ZFTuOB778n3c3B1u7v8gLIvPFQQ1KgooYLSTAiskG7nkFoWUxjgNqA1OTGjy/gBFa5B5AgEAAA==
Issue Time Tracking
-------------------
Worklog Id: (was: 1041665)
Time Spent: 50m (was: 40m)
> Remove unused delegation.requested.scope.enabled provider parameter
> -------------------------------------------------------------------
>
> Key: KNOX-3457
> URL: https://issues.apache.org/jira/browse/KNOX-3457
> Project: Apache Knox
> Issue Type: Sub-task
> Components: Server
> Affects Versions: 3.1.0
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Major
> Fix For: 3.1.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The delegation.requested.scope.enabled provider parameter
> ({{JWTFederationFilter.DELEGATION_REQUESTED_SCOPE_ENABLED}}) is read into a
> field and exposed via {{isDelegationRequestedScopeEnabled()}}, but the getter
> has no production callers, it is referenced only by config-parse tests. Scope
> is never parsed from the exchange request, so the flag has no behavioral
> effect.
> Scope: Remove the constant, field, init-param read, and getter from
> {{JWTFederationFilter}}; drop the scope cases from
> {{JWTFederationFilterDelegationConfigTest}}; and remove the corresponding
> mock stub in {{HadoopAuthFilterTest}}. Purely dead-code removal; no behavior
> change.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)