knox
knox copied to clipboard
KNOX-3021 - Http configuration is set on non-SSL Jetty connectors too
What changes were proposed in this pull request?
as described in KNOX-3021, when SSL is disabled, the created Jetty connector are not populated with the pre-configured HTTP configuration. This patch fixes this issue.
How was this patch tested?
Added new unit tests and executed the entire test set locally.