I have a legacy system that makes requests against the NiFi API, but some requests don't come in quite right. In lieu of changing the legacy system, it would be great if I can create a Jetty request filter that 1) corrects the URL path and 2) changes or removes some header values.
First, can this be done? It looks like it, but I haven't found any examples that do the specific changes I need. Second, if possible, how does this filter need to be wired into the NiFi web application? It would be ideal if this filter could be packaged in a Nar and deployed, but if that's not possible how does it need to be wired into the web-app filter chain? Any help is greatly appreciated. Regards, JoeS
