Thank you Bryan. That didn't work, but copying the code from ListenHTTP
worked.
On Wed, May 31, 2017 at 12:42 PM, Bryan Bende wrote:
> Hi Vincent,
>
> Generally it is not really expected to extend a processor in
> nifi-standard-processors, but if you really wanted to then the missing
> piece
Hi Vincent,
Generally it is not really expected to extend a processor in
nifi-standard-processors, but if you really wanted to then the missing
piece would be for your NAR pom to have a NAR dependency on
nifi-standard-nar:
org.apache.nifi
nifi-standard-nar
nar
Doing this makes nifi-stand
All,
I'm using nifi version 0.7.1.
Hello I have extended the ListenHTTP processor so that I can have a custom
servlet that grabs the issuerDN from the cert that posting to the endpoint.
However when jetty attempts to start I get a
"javax.servlet.UnavailableException" It appears that this is be