DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38258>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38258 Summary: NullPointerException in HttpConnection.isResponseAvailable Product: HttpClient Version: 3.0 Final Platform: Other OS/Version: Linux Status: NEW Severity: critical Priority: P1 Component: Commons HttpClient AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I am getting a NullPointerException when trying to execute a GetMethod. HttpClient 3.0 final. Code can be made available if it will help. Stack trace: java.lang.NullPointerException at org.apache.commons.httpclient.HttpConnection.isResponseAvailable(HttpConnection.java:919) at org.apache.commons.httpclient.HttpMethodBase.readResponseBody(HttpMethodBase.java:1698) at org.apache.commons.httpclient.HttpMethodBase.readResponseBody(HttpMethodBase.java:1640) at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1603) at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:995) at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:397) at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
