dialog.close();
dialog = null;
return null;
}
final String secondaryId = ((HttpRequestView) activePart).getViewSite().getSecondaryId();
dialog = ConfigDialogCreator.createDialog(event, new RequestFilterConfigContent(secondaryId));
dialog.open();
} else {
final Logger logger = Logger.getLogger("proxy");
logger.log(Level.WARNING, "OpenRequestViewFilter command occurred from unexpected origin");
}