Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 18527 invoked from network); 8 Aug 2003 00:55:20 -0000 Received: from unknown (HELO bigcow.intraephox.ephox.com) (202.138.204.102) by daedalus.apache.org with SMTP; 8 Aug 2003 00:55:20 -0000 Received: by bigcow.intraephox.ephox.com with Internet Mail Service (5.5.2653.19) id ; Fri, 8 Aug 2003 10:56:07 +1000 Message-ID: <8D585857D762F741A47C1E1597FEAD3003B685@bigcow.intraephox.ephox.com> From: Adrian Sutton To: 'Jakarta Commons Users List' Subject: RE: [jelly][httpclient] FollowRedirects problem Date: Fri, 8 Aug 2003 10:56:06 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Couple of things here. 1. Any time you are having trouble with an exception being thrown, make sure you include the full stack trace. I really can't help you unless you give me some information to work with. (Though I'm always happy to take wild guesses. :) We've formulated a list of things you should try at http://jakarta.apache.org/commons/httpclient/troubleshooting.html the results of all of that stuff should be provided when reporting an issue with HttpClient. In particular the wire log is exceptionally useful: http://jakarta.apache.org/commons/httpclient/logging.html 2. Take a look at the cross hosts redirects guide since I think the exception your getting is telling you that you can't redirect across hosts. http://jakarta.apache.org/commons/httpclient/redirects.html 3. HttpClient questions are best directed to the httpclient-dev list since I'm pretty much the only HttpClient developer that monitors this list and I don't know too many answers. You can find the link to mailing list information from the HttpClient web site (which also includes a whole heap of really useful documentation). http://jakarta.apache.org/commons/httpclient Hope that helps, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -----Original Message----- From: Sean W. Ferguson [mailto:seanslists@comcast.net] Sent: Friday, 8 August 2003 9:24 AM To: Jakarta Commons Users List Subject: [jelly][httpclient] FollowRedirects problem I am having an issue. In the most recent cvs of HttpClient, it now throws an exception in setFollowRedirects if it is set to true. I am trying to do an http post from my locally run jelly app, and it is throwing that exception. Other than modifying HttpClient, is there a way around this? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org