Hi, I found the "path" parameter is not used at all in the following two methods:
public InputStream getMethodData(String path) and public String getMethodDataAsString(String path) I do have little problems there but not sure. Seems those methods cause extra HEAD operations. If I change GetMethod method = new GetMethod(httpURL.getPath()); to GetMethod method = new GetMethod(path); Then no extra HEAD will be sent. Best regards, Albert ----------------------------- Albert Yu ( Yu Yizhuan ) Software Engineer email: [EMAIL PROTECTED] phone: +353 21 4910500 direct: +353 21 4910503 fax: +353 21 4320589 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
