smolnar82 commented on code in PR #787:
URL: https://github.com/apache/knox/pull/787#discussion_r1342567887


##########
gateway-server/src/main/java/org/apache/knox/gateway/GatewayServer.java:
##########
@@ -933,6 +936,20 @@ private synchronized void internalActivateArchive( 
Topology topology, File warDi
     }
   }
 
+  private void processApplicationPathAliases(File warDir, Topology topology) {
+    final Map<String, Collection<String>> applicationPathAliases = 
config.getApplicationPathAliases();
+    if (!applicationPathAliases.isEmpty()) {

Review Comment:
   We don't need it, just defensive programming. I'd leave it for now, it does 
not hurt or cause any issues.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to