File this as a bugrep. Gump has moved to 1.4.1 for the nightly builds, so
some of these things arent being caught any more.
----- Original Message -----
From: "Mark Volkmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 15, 2002 18:49
Subject: NoSuchMethodError in HTTPSender!
RE: Interim drop of 11-13-2002I'm hitting this problem too! I've changed
the subject because I think it's being overlooked since many people are not
using the interim drops. This certainly needs to be fixed before the 1.01
version comes out!
----- Original Message -----
From: Sapozhnikov, Michael
To: '[EMAIL PROTECTED]'
Sent: Friday, November 15, 2002 1:23 PM
Subject: RE: Interim drop of 11-13-2002
Hi,
I have the same problem with 11/14 when I run my client.
What I could see here that HTTPSender.writeToSocket uses
StringBuffer.append method which expects as a parameter StringBuffer
argument and this is the new method added in JDK 1.4, JDK 1.3 does not have
this method, the closest match has a String argument, not StringBuffer.
I looked in the code, it happens on the line
if (null != otherHeaders)
header.append(otherHeaders); //Add other headers to the end
This code is not new, but this didn't happen before... Why? May be
otherHeaders field was null before?
I don't want to go to the JDK 1.4 just for this one reason.
Any word from developers will be greatly appreciated.
Thanks,
Michael