return;
}
if (request.getPartAsStringFailsafe("unloadconfirm", MAX_PLUGIN_NAME_LENGTH).length() > 0) {
String pluginThreadName = request.getPartAsStringFailsafe("unloadconfirm", MAX_PLUGIN_NAME_LENGTH);
String pluginSpecification = getPluginSpecification(pm, pluginThreadName);
pm.killPlugin(pluginThreadName, MAX_THREADED_UNLOAD_WAIT_TIME, false);
if (request.isPartSet("purge")) {
pm.removeCachedCopy(pluginSpecification);
}
PageNode page = pageMaker.getPageNode(l10n("plugins"), ctx);
HTMLNode pageNode = page.outer;