[jira] Commented: (HTTPCORE-198) CONNECT command is not sending Host header for HTTP 1.1

2009-06-04 Thread Jaroslaw Odzga (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716404#action_12716404 ] Jaroslaw Odzga commented on HTTPCORE-198: - Works fine. Cheers Jarek > CONNECT c

Re: svn commit: r781814 - in /httpcomponents/httpcore/branches/4.0.x/httpcore-nio/src/main/java/org/apache/http/nio/util: SharedInputBuffer.java SharedOutputBuffer.java

2009-06-04 Thread sebb
On 04/06/2009, ol...@apache.org wrote: > Author: olegk > Date: Thu Jun 4 18:07:42 2009 > New Revision: 781814 > > URL: http://svn.apache.org/viewvc?rev=781814&view=rev > Log: > Javadoc fix > > Modified: > > httpcomponents/httpcore/branches/4.0.x/httpcore-nio/src/main/java/org/apache/ht

[HttpClient] Tutorial is content complete and ready for review

2009-06-04 Thread Oleg Kalnichevski
[Cross-posting to the user list] Folks I finished writing the HttpClient tutorial and tidying up javadocs. This is all I can do without other people contributing. So, this is pretty much as good as it gets. Feel free to review the tutorial and javadocs and give your feedback. If you find so

[jira] Updated: (HTTPCLIENT-835) Thread safety and visibility Improvements

2009-06-04 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-835: - Fix Version/s: (was: 4.0 Beta 3) 4.1.0 > Thread safety

[jira] Updated: (HTTPCLIENT-851) Helper classes for HttpClient : spring-like templates, Gzip interceptor, spring FactoryBean, ...

2009-06-04 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-851: - Fix Version/s: Future > Helper classes for HttpClient : spring-like templates

[jira] Resolved: (HTTPCLIENT-820) AbstractHttpClient.addRequestInterceptor should document in what order the interceptors run

2009-06-04 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-820. -- Resolution: Fixed Fix Version/s: 4.0 Beta 3 Fixed in SVN trunk. Ole

[jira] Resolved: (HTTPCLIENT-819) HttpParams doesn't document its key values

2009-06-04 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-819. -- Resolution: Fixed Fix Version/s: 4.0 Beta 3 Fixed in SVN trunk. Ole

[jira] Resolved: (HTTPCLIENT-764) HttpClient javadocs need improving

2009-06-04 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-764. -- Resolution: Fixed Fix Version/s: (was: 4.0 Final)

[Httpcomponents Wiki] Update of "HttpClientTutorial" by OlegKalnichevski

2009-06-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" for change notification. The following page has been changed by OlegKalnichevski: http://wiki.apache.org/HttpComponents/HttpClientTutorial ---

Re: Back-to-back HTTP User Agent

2009-06-04 Thread Oleg Kalnichevski
On Wed, Jun 03, 2009 at 11:44:11PM -0700, J. D. wrote: > I need a system with a back-to-back HTTP user agent: > > System Reqs: > --- > 1) HTTP Server accepts HTTP requests from user. > 2) An unrelated (w.r.t. HTTP protocol i.e. no proxy semantics) HTTP Client > issues a request and elici

Back-to-back HTTP User Agent

2009-06-04 Thread J. D.
I need a system with a back-to-back HTTP user agent: System Reqs: --- 1) HTTP Server accepts HTTP requests from user. 2) An unrelated (w.r.t. HTTP protocol i.e. no proxy semantics) HTTP Client issues a request and elicit response from backend server(s) for request in (1). 3) Based on HTT