Ooops, an oversight as I merged my local copy for commiting. I have now corrected that. Thank you for the hint.
Regards, Ingo > 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]
