[jira] [Created] (HTTPCLIENT-1506) Including ; charset=... in the content type header prevents form fields from getting transmitted?

2014-05-13 Thread John Smitany (JIRA)
John Smitany created HTTPCLIENT-1506: Summary: Including ; charset=... in the content type header prevents form fields from getting transmitted? Key: HTTPCLIENT-1506 URL:

Re: Caching responses to HEAD requests in httpclient-cache

2014-05-13 Thread Oleg Kalnichevski
On Tue, 2014-05-13 at 11:56 +0100, Rob Elliot wrote: On 13 May 2014 09:01, Oleg Kalnichevski ol...@apache.org wrote: On Mon, 2014-05-12 at 13:48 +0100, Rob Elliot wrote: We're considering extending httpclient-cache to make [it cache the responses to HEAD requests], but we don't

Re: Caching responses to HEAD requests in httpclient-cache

2014-05-13 Thread Rob Elliot
On 13 May 2014 09:01, Oleg Kalnichevski ol...@apache.org wrote: On Mon, 2014-05-12 at 13:48 +0100, Rob Elliot wrote: We're considering extending httpclient-cache to make [it cache the responses to HEAD requests], but we don't want to lock ourselves out of upgrading forever. If we were to

Re: Caching responses to HEAD requests in httpclient-cache

2014-05-13 Thread Oleg Kalnichevski
On Mon, 2014-05-12 at 13:48 +0100, Rob Elliot wrote: Hi all, We're using HTTP Client 4.x with httpclient-cache. Our system needs to retrieve some metadata over HTTP that is returned in a Header Field, so it only needs to make a HEAD request. However, as it stands httpclient-cache does not

Re: Caching responses to HEAD requests in httpclient-cache

2014-05-13 Thread Jon Moore
Hi folks, I think extending the cache module to support caching HEAD would be very welcome, and I think you've identified the overall constraints (cached HEAD responses can satisfy HEAD requests but GET requests still require an origin request). I think it would be also valuable to allow HEAD

[jira] [Created] (HTTPCLIENT-1505) Add a MultipartReader

2014-05-13 Thread Michael Osipov (JIRA)
Michael Osipov created HTTPCLIENT-1505: -- Summary: Add a MultipartReader Key: HTTPCLIENT-1505 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1505 Project: HttpComponents HttpClient

[jira] [Created] (HTTPCLIENT-1509) Increase DefaultHttpResponseParser buffer size

2014-05-13 Thread Chris Heald (JIRA)
Chris Heald created HTTPCLIENT-1509: --- Summary: Increase DefaultHttpResponseParser buffer size Key: HTTPCLIENT-1509 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1509 Project: HttpComponents