You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/07/21 16:45:51 UTC

[GitHub] [nifi] anaylor commented on a change in pull request #4130: NIFI-6235 - Prioritizing standard content war loading order

anaylor commented on a change in pull request #4130:
URL: https://github.com/apache/nifi/pull/4130#discussion_r458241063



##########
File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java
##########
@@ -237,26 +236,25 @@ private Handler loadInitialWars(final Set<Bundle> bundles) {
                 webContentViewerWar = war;
             } else if (war.getName().toLowerCase().startsWith("nifi-web")) {
                 webUiWar = war;
+            } else if (war.getName().toLowerCase().startsWith("nifi-standard-content")) {

Review comment:
       Are you suggesting we name `nifi-standard-content-viewer` something a bit more specific, like `nifi-standard-file-content-viewer`?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org