shwstppr commented on PR #11489: URL: https://github.com/apache/cloudstack/pull/11489#issuecomment-3221320927
@rohityadavcloud the issue #11481 was happening because UI and Java code were sanitizing extension path differently, and was creating subdirectories when it shouldn't We do have sanitization for the path in the backend. I don't think having subdirectories is an issue, as a complex extension would be better structured with that. Currently, the backend allows two levels of subdirectories if the operator desires. If this is not desired, then the following check can be modified, https://github.com/apache/cloudstack/blob/main/framework/extensions/src/main/java/org/apache/cloudstack/framework/extensions/manager/ExtensionsManagerImpl.java#L230-L233 -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org