[
https://issues.apache.org/jira/browse/NIFIREG-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16306849#comment-16306849
]
ASF GitHub Bot commented on NIFIREG-89:
---------------------------------------
Github user bbende commented on the issue:
https://github.com/apache/nifi-registry/pull/74
@dannylane thanks for the contribution! From a quick glance this looks
good, will do a more detailed review when I get a chance.
One thing that will need to be done is providing a LICENSE & NOTICE inside
the nifi-registry-web-errors WAR at src/main/resources/META-INF, similar to
this:
https://github.com/apache/nifi-registry/tree/master/nifi-registry-web-ui/src/main/resources/META-INF
If the web-errors WAR does not bundle any third party libraries (JARs or
JS/CSS) then the LICENSE will most likely be the regular ASLv2 license, and the
NOTICE would just be:
```
nifi-registry-web-errors
Copyright 2014-2017 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
```
If the WAR does bundle other libraries then they may need to be mentioned
in the license or notice.
> Add a default URL handler for root '/' instead of returning a 404
> -----------------------------------------------------------------
>
> Key: NIFIREG-89
> URL: https://issues.apache.org/jira/browse/NIFIREG-89
> Project: NiFi Registry
> Issue Type: Improvement
> Reporter: Danny Lane
> Assignee: Danny Lane
> Priority: Minor
> Labels: usability
>
> Currently when you land on the root or a NiFi Registry deployment you get a
> 404 response from Jetty.
> It was suggested in the mailing list to add a page similar to the NiFi 'You
> may have mistyped...' page.
> This is item to track that suggestion and associated work.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)