Tamás Hanicz created KNOX-3193:
----------------------------------
Summary: No fragments in Location header for NiFi redirects
Key: KNOX-3193
URL: https://issues.apache.org/jira/browse/KNOX-3193
Project: Apache Knox
Issue Type: Bug
Components: Server
Affects Versions: 3.0.0
Reporter: Tamás Hanicz
Assignee: Tamás Hanicz
Users are unable to access certain NiFi pluggable UI pages (e.g.,
UpdateAttribute advanced config UI) when NiFi is accessed through Knox.
The Location response header is modified programatically from Knox code:
[https://github.com/apache/knox/blob/master/gateway-service-nifi/src/main/java/org/apache/knox/gateway/dispatch/NiFiResponseUtil.java#L75-L76]
However fragments are not added to the Location header and it causes infinite
redirect loops for NiFi.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)