PengZheng commented on code in PR #582: URL: https://github.com/apache/celix/pull/582#discussion_r1246514834
########## libs/framework/src/celix_framework_utils.c: ########## @@ -196,7 +197,23 @@ static celix_status_t celix_framework_utils_extractBundlePath(celix_framework_t //other errors should be caught by celix_framework_utils_isBundleUrlValid return CELIX_ENOMEM; } - celix_status_t status = celix_utils_extractZipFile(resolvedPath, extractPath, &err); + celix_status_t status = CELIX_SUCCESS; + if (celix_utils_directoryExists(resolvedPath)) { Review Comment: Thanks to the foundational cache refactoring. -- 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: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org