IntroductionThis document outlines some of the techniques that often help when trying to track down a problem in HttpClient. Please try the suggestions on this page before emailing the user or dev lists with questions. If none of these things help, please provide the information they provide to help the developers track down the problem. Things To Try
Asking For HelpIf you've tried the things above and still can't work out how to fix the problem, it might be time to contact the mailing list for support. All questions, bug reports etc should be directed to the HttpClient development list as all the really knowledgeable people for HttpClient are there and most are not also on the commons-user list. When you do send off the email, please include as much detail as you can, particularly including attaching wire trace logs as there is almost nothing we can do to help without them. If you are seeing exceptions being thrown the full stack trace is essential to tracking down the problem. Any of the information you gained from the "things to try" section above are probably worth mentioning. Reporting BugsIf you're fairly certain that the problem is a bug in HttpClient or something that HttpClient doesn't currently support but probably should, log it in Bugzilla. Make sure you spend some time searching the existing bugs to make sure it hasn't already been logged. If you're unsure about whether or not to log something in Bugzilla, it's probably worth bringing it up on the developer mailing list to clarify the situation. |