protected CFJob handleGet(final Log log, HttpServletRequest request, HttpServletResponse response, final String pathString) {
final JSONObject targetJSON = extractJSONData(IOUtilities.getQueryParameter(request, CFProtocolConstants.KEY_TARGET));
IPath path = new Path(pathString);
final String appName = path.segment(0);
return new CFJob(request, false) {
@Override
protected IStatus performJob() {
try {
logger.debug(NLS.bind("LoggregatorHandlerV1 starts collecting logs for: {0}", appName));