[jira] Commented: (HTTPCORE-231) can not download file size greater than Integer.MAX_VALUE

2010-09-07 Thread Yongxing Wang (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12907041#action_12907041 ] Yongxing Wang commented on HTTPCORE-231: thanks, it works! > can not download fi

[jira] Commented: (HTTPCLIENT-977) provide a memcached implementation for HttpCache

2010-09-07 Thread Mohammed Azeem Uddin (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906962#action_12906962 ] Mohammed Azeem Uddin commented on HTTPCLIENT-977: - Oleg, Sure, I can r

[jira] Created: (HTTPCLIENT-989) DefaultHttpRequestRetryHandler must not retry non-idempotent http methods (violates RFC 2616)

2010-09-07 Thread Sylvain Laurent (JIRA)
DefaultHttpRequestRetryHandler must not retry non-idempotent http methods (violates RFC 2616) - Key: HTTPCLIENT-989 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-9

[jira] Commented: (HTTPCLIENT-977) provide a memcached implementation for HttpCache

2010-09-07 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906949#action_12906949 ] Oleg Kalnichevski commented on HTTPCLIENT-977: -- I see no point being a mor

[jira] Resolved: (HTTPCLIENT-988) cache module should strip 'Content-Encoding: identity' from responses

2010-09-07 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-988. -- Fix Version/s: 4.1 Alpha3 Resolution: Fixed Patch checked in. Oleg

Re: getting the "entity" of a status 304 response

2010-09-07 Thread Oleg Kalnichevski
On Tue, 2010-09-07 at 18:20 +0200, Michel Onoff wrote: > By specification, HTTP response 304 Not Modified has no entity. > > However, getEntity() on the BasicHttpResponse still returns a non-null > entity. Trying to getContent() and read() then blocks. The same happens > if one tries to send the r

getting the "entity" of a status 304 response

2010-09-07 Thread Michel Onoff
By specification, HTTP response 304 Not Modified has no entity. However, getEntity() on the BasicHttpResponse still returns a non-null entity. Trying to getContent() and read() then blocks. The same happens if one tries to send the response with HttpServerConnection.sendResponseEntity(response).

[jira] Updated: (HTTPCORE-231) can not download file size greater than Integer.MAX_VALUE

2010-09-07 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCORE-231: --- Attachment: HTTPCORE-231.patch Yongxing, Could you please test this patch and let