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/03/25 23:21:59 UTC

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

mcgilman commented on a change in pull request #4130: NIFI-6235 - Prioritizing standard content war loading order
URL: https://github.com/apache/nifi/pull/4130#discussion_r398229491
 
 

 ##########
 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:
   NiFi also ships with content viewers in other NARs. Specifically, I believe we have some for viewing images in the media NAR. I'm not sure we can generally consider stuff in `nifi-standard-content` as the only standard content viewers.

----------------------------------------------------------------
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


With regards,
Apache Git Services