[ https://issues.apache.org/jira/browse/NIFI-13695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17878347#comment-17878347 ]
ASF subversion and git services commented on NIFI-13695: -------------------------------------------------------- Commit 31a301469612807413c1322edb4d11b2f97ff869 in nifi's branch refs/heads/main from Matt Gilman [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=31a3014696 ] NIFI-13695 Fixed Redirect Handling for Custom UI Extensions Appending a trailing slash when opening a custom UI and in the query string to fragment filter to avoid a Jetty-based redirect that could lead to losing the proxy path. This closes #9222 Signed-off-by: David Handermann <exceptionfact...@apache.org> > 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 > Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > 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)