[jira] Commented: (HTTPCLIENT-795) If there is more than 15 seconds between HttpClient.execute() calls using a MultipartEntity, a ProtocolException is thrown complaining about the Content-Length heade

2008-09-09 Thread Michael Andersen (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629467#action_12629467 ] Michael Andersen commented on HTTPCLIENT-795: - Aah. Sorry, should have done

[jira] Closed: (HTTPCLIENT-795) If there is more than 15 seconds between HttpClient.execute() calls using a MultipartEntity, a ProtocolException is thrown complaining about the Content-Length header a

2008-09-09 Thread Michael Andersen (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Andersen closed HTTPCLIENT-795. --- Resolution: Fixed Fix Version/s: 4.0 Beta 1 The issue described was resolv

[jira] Commented: (HTTPCLIENT-795) If there is more than 15 seconds between HttpClient.execute() calls using a MultipartEntity, a ProtocolException is thrown complaining about the Content-Length heade

2008-09-09 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629465#action_12629465 ] Oleg Kalnichevski commented on HTTPCLIENT-795: -- Michael, could you please

[jira] Created: (HTTPCLIENT-795) If there is more than 15 seconds between HttpClient.execute() calls using a MultipartEntity, a ProtocolException is thrown complaining about the Content-Length header

2008-09-09 Thread Michael Andersen (JIRA)
If there is more than 15 seconds between HttpClient.execute() calls using a MultipartEntity, a ProtocolException is thrown complaining about the Content-Length header already being present. ---