} else {
clientHttpRequest.setParameter(key, CommandUtil.encode(value));
}
}
}
InputStream is = clientHttpRequest.post();
return readInputStream(is);
}
private static String getHttpClientContentPostMethod(URL url, Map parameters, boolean followRedirect) throws IOException, HttpException, MalformedURLException, URLRedirectException {
ClassLoader old = Thread.currentThread().getContextClassLoader();