[jira] Created: (HTTPCLIENT-975) add support to caching module for RFC 5861 (stale-on-error and stale-while-revalidate)

2010-08-04 Thread Jonathan Moore (JIRA)
add support to caching module for RFC 5861 (stale-on-error and stale-while-revalidate) -- Key: HTTPCLIENT-975 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-975

[jira] Resolved: (HTTPCLIENT-974) RequestWrapper does not use the headers of the request it wraps.

2010-08-04 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-974. -- Fix Version/s: 4.1 Alpha3 Resolution: Fixed Fixed in SVN trunk. Actu

[jira] Updated: (HTTPCLIENT-974) RequestWrapper does not use the headers of the request it wraps.

2010-08-04 Thread Vianney Carel (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vianney Carel updated HTTPCLIENT-974: - Priority: Trivial (was: Major) > RequestWrapper does not use the headers of the requ

[jira] Updated: (HTTPCLIENT-974) RequestWrapper does not use the headers of the request it wraps.

2010-08-04 Thread Vianney Carel (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vianney Carel updated HTTPCLIENT-974: - Description: The RequestWrapper does not use the headers of the request it wraps. The

[jira] Created: (HTTPCLIENT-974) RequestWrapper does not use the headers of the request it wraps.

2010-08-04 Thread Vianney Carel (JIRA)
RequestWrapper does not use the headers of the request it wraps. Key: HTTPCLIENT-974 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-974 Project: HttpComponents HttpClient

Re: HTTP cache API changes

2010-08-04 Thread James Abley
On 4 August 2010 16:28, Moore, Jonathan wrote: > Ok, gotcha. Sounds fine to me. > > -Original Message- > From: Oleg Kalnichevski [mailto:ol...@apache.org] > Sent: Wednesday, August 04, 2010 11:16 AM > To: HttpComponents Project > Subject: RE: HTTP cache API changes > > On Wed, 2010-08-04

[Httpcomponents Wiki] Update of "BoardReportDraft" by O legKalnichevski

2010-08-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification. The "BoardReportDraft" page has been changed by OlegKalnichevski. http://wiki.apache.org/HttpComponents/BoardReportDraft?action=diff&rev1=5&rev2=6 --

Board report for August 2010

2010-08-04 Thread Asankha C. Perera
Hi All Although we submitted our last report in July, we need to send the next report in time for the August board meeting. I've created a draft at the usual location [1] to capture items to be reported. Please include any updates I may have missed thanks asankha [1] http://wiki.apache.org/

RE: HTTP cache API changes

2010-08-04 Thread Moore, Jonathan
Ok, gotcha. Sounds fine to me. -Original Message- From: Oleg Kalnichevski [mailto:ol...@apache.org] Sent: Wednesday, August 04, 2010 11:16 AM To: HttpComponents Project Subject: RE: HTTP cache API changes On Wed, 2010-08-04 at 10:11 -0400, Moore, Jonathan wrote: > Hi Oleg, > > I'll see

[Httpcomponents Wiki] Update of "BoardReportDraft" by A sankhaPerera

2010-08-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification. The "BoardReportDraft" page has been changed by AsankhaPerera. The comment on this change is: Updated to create first draft for the august report. http://wiki.apache.org/HttpCom

[Httpcomponents Wiki] Update of "BoardReports" by Asank haPerera

2010-08-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification. The "BoardReports" page has been changed by AsankhaPerera. The comment on this change is: Added link for May 2010 board report. http://wiki.apache.org/HttpComponents/BoardReports

RE: HTTP cache API changes

2010-08-04 Thread Oleg Kalnichevski
On Wed, 2010-08-04 at 10:11 -0400, Moore, Jonathan wrote: > Hi Oleg, > > I'll see if I can take a look later today at these. > > Regarding the SizeLimitedResponseReader, the main reason we currently read > things into an in-memory buffer is so that we can correctly handle a streamed > response

RE: HTTP cache API changes

2010-08-04 Thread Moore, Jonathan
Hi Oleg, I'll see if I can take a look later today at these. Regarding the SizeLimitedResponseReader, the main reason we currently read things into an in-memory buffer is so that we can correctly handle a streamed response with chunked transfer that ends up being too big: we can't tell ahead o

HTTP cache API changes

2010-08-04 Thread Oleg Kalnichevski
Jon et al, I made some changes to the HTTP cache API in the course of the last few days mainly intended to allow for file system based cache implementations. Please feel free to review the changes and complain if you find anything disagreeable. The new code is largely untested but should be enough

Re: HttpCore NIO hurt by JDK bug?

2010-08-04 Thread James Abley
Is that the original 1.6.0 release? I thought all later releases had a version number of the form 1.6.0_xx, where you could tie the 'xx' to a minor update listed here [1]. Cheers, James [1] http://www.oracle.com/technetwork/java/javase/releasenotes-136954.html On 3 August 2010 06:00, Supun Kamb