[
https://issues.apache.org/jira/browse/KNOX-2751?focusedWorklogId=814028&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-814028
]
ASF GitHub Bot logged work on KNOX-2751:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Oct/22 20:03
Start Date: 05/Oct/22 20:03
Worklog Time Spent: 10m
Work Description: smolnar82 opened a new pull request, #645:
URL: https://github.com/apache/knox/pull/645
## What changes were proposed in this pull request?
Changed the base class of some custom service dispatch implementations to
`ConfigurableDispatch`
## How was this patch tested?
Ran unit tests and checked the class tree:
<img width="838" alt="Screenshot 2022-10-03 at 13 56 33"
src="https://user-images.githubusercontent.com/34065904/193571898-c186a47c-bdab-410b-b13b-22ae2b657e49.png">
Issue Time Tracking
-------------------
Worklog Id: (was: 814028)
Remaining Estimate: 0h
Time Spent: 10m
> Make service dispatches configurable
> ------------------------------------
>
> Key: KNOX-2751
> URL: https://issues.apache.org/jira/browse/KNOX-2751
> Project: Apache Knox
> Issue Type: Task
> Components: Server
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Major
> Fix For: 2.0.0
>
> Attachments: Screenshot 2022-05-31 at 13.23.50.png
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> There are several dispatch implementations for different services and all of
> those dispatch implementations are extending the {{DefaultDispatch}} class.
> My proposal is to modify those service dispatch classes to be children of
> {{ConfigurableDispatch}} (that is another child of {{DefaultDispatch}}
> itself).
> This way, end-users would have the ability to self-tailor whatever is
> configurable in {{ConfigurableDispatch}} (such as responseExcludeHeaders,
> requestExcludeHeaders, etc...)
> !Screenshot 2022-05-31 at 13.23.50.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)