Matt Gilman created NIFI-13695:
----------------------------------
Summary: Redirect issue when opening custom UI when running behind
a proxy
Key: NIFI-13695
URL: https://issues.apache.org/jira/browse/NIFI-13695
Project: Apache NiFi
Issue Type: Sub-task
Components: Core UI, Extensions
Reporter: Matt Gilman
Assignee: Matt Gilman
When attempting to open a custom ui when running behind a proxy, jetty will
attempt to perform a redirect from "/proxy/path/context-path" to
"/context-path/". This redirect can result in the loss of the proxy path and a
resulting 404. This redirection can be avoided by including the trailing slash.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)