Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Done
-
None
-
None
Description
Guacamole extensions currently must unpack any bundled libraries such that there is only a single .jar file for Guacamole to include in the classpath. This works for most cases, but causes issues with libraries that need to access their own .jar files directly, such as to perform version sanity checks or signature verification.
If Guacamole's extension subsystem were enhanced to automatically handle .jar files nested within extensions, such libraries could be included without workarounds.