mirror of https://github.com/apache/lucene.git
SOLR-14108: Fix cherry-pick problem with last commit
This commit is contained in:
parent
3a4f43227b
commit
35cb6a0203
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue