Curtis W Ruck created NIFI-6306:
-----------------------------------
Summary: CatchAllFilter blocks access to any separate context
paths (i.e. /nifi1/nifi)
Key: NIFI-6306
URL: https://issues.apache.org/jira/browse/NIFI-6306
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.9.2, 1.9.1, 1.9.0, 1.8.0
Environment: HTTPD as Reverse Proxy, Java 8u202, RHEL 6
Reporter: Curtis W Ruck
Found in debug logs:
o.a.n.w.filter.SanitizeContextPathFilter - SanitizeContextPathFilter received
provided whitelisted context paths from NiFi properties: /nifi1
o.a.n.w.filter.CatchAllFilter - CatchAllFilter [index.jsp] received provided
whitelisted context paths from NiFi properties:
CatchAllFilter extends SanitizeContextPathFilter but CatchAllFilter's
init(FilterConfig) never calls super.init(FilterConfig), the end result blocks
mapping a nifi node to any subpath (i.e. /nifi1, /nifi2).
Per small discussion in users mailing list, another user failed to get this
working and went the vhost route.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)