SOLR-14108: Fix cherry-pick problem with last commit

This commit is contained in:
Ishan Chattopadhyaya 2019-12-19 11:08:56 +05:30
parent 3a4f43227b
commit 35cb6a0203
1 changed files with 2 additions and 0 deletions

View File

@ -309,6 +309,8 @@ public class PackageManager implements Closeable {
PackageUtils.printRed("Failed to deploy plugin: " + plugin.name);
success = false;
}
} else {
throw new SolrException(ErrorCode.BAD_REQUEST, "Non-GET method not supported for verify commands");
}
}
}