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:
[email protected]
With regards,
Apache Git Services