mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-27 23:23:07 +00:00 
			
		
		
		
	GUAC-586: Read extension files in lexicographical order.
This commit is contained in:
		| @@ -333,7 +333,10 @@ public class ExtensionModule extends ServletModule { | ||||
|             logger.warn("Although GUACAMOLE_HOME/" + EXTENSIONS_DIRECTORY + " exists, its contents cannot be read."); | ||||
|             return; | ||||
|         } | ||||
|          | ||||
|  | ||||
|         // Sort files lexicographically | ||||
|         Arrays.sort(extensionFiles); | ||||
|  | ||||
|         // Load each extension within the extension directory | ||||
|         for (File extensionFile : extensionFiles) { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user