[ https://issues.apache.org/jira/browse/KNOX-3181?focusedWorklogId=978625&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-978625 ]
ASF GitHub Bot logged work on KNOX-3181: ---------------------------------------- Author: ASF GitHub Bot Created on: 12/Aug/25 21:21 Start Date: 12/Aug/25 21:21 Worklog Time Spent: 10m Work Description: pzampino opened a new pull request, #1075: URL: https://github.com/apache/knox/pull/1075 ## What changes were proposed in this pull request? Changed the base class for PasscodeTokenResourceBase from TokenResource to TokenResourceV2. ## How was this patch tested? Full build and verify, and manually validated the HTTP methods allowed for the various token lifecycle operations using the CLIENTID service (e.g., revoke requires DELETE rather than POST). Issue Time Tracking ------------------- Worklog Id: (was: 978625) Remaining Estimate: 0h Time Spent: 10m > PasscodeTokenResourceBase should extend TokenResourceV2 > ------------------------------------------------------- > > Key: KNOX-3181 > URL: https://issues.apache.org/jira/browse/KNOX-3181 > Project: Apache Knox > Issue Type: Improvement > Components: Server > Reporter: Philip Zampino > Assignee: Philip Zampino > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > Currently, PasscodeTokenResourceBase extends TokenResource, but it should > rather extend TokenResourceV2 where the HTTP methods were corrected. -- This message was sent by Atlassian Jira (v8.20.10#820010)