I have a one-liner that I'd like to see fixed for the new beta. For some reason I'm only running into this problem on tomcat 4.0.3. Anyway, in HTTPSender I like to change line 464:
464c464 < } else if (contentType!=null && !contentType.equals ("text/html") & & --- > } else if (!contentType.equals("text/html") && to check for a NULL contentType. Pretty safe commit. -Dug