Mailing list archives: July 2008

Site index · List index
Message list1 · 2 · Next »Thread · Author · Date
Sam Berlin Re: Keep-Alive timeout & persistent connections Tue, 01 Jul, 01:53
Oleg Kalnichevski (JIRA) [jira] Resolved: (HTTPCLIENT-668) make sure no static loggers are used Tue, 01 Jul, 18:54
sebb Re: svn commit: r673172 - in /httpcomponents/httpclient/trunk: ./ module-client/src/main/java/org/apache/http/client/protocol/ module-client/src/main/java/org/apache/http/impl/client/ module-client/src/main/java/org/apache/http/impl/conn/ module-clie Tue, 01 Jul, 21:50
Paul Lindner Re: Keep-Alive timeout & persistent connections Tue, 01 Jul, 23:16
Sam Berlin Re: Keep-Alive timeout & persistent connections Tue, 01 Jul, 23:23
Robert Christian (JIRA) [jira] Created: (HTTPCLIENT-783) PostMethod constructor argument "uri" fails when uri is absolute, and a custom protocol is set via getHostConfiguration().setHost() Wed, 02 Jul, 00:50
Oleg Kalnichevski (JIRA) [jira] Resolved: (HTTPCLIENT-783) PostMethod constructor argument "uri" fails when uri is absolute, and a custom protocol is set via getHostConfiguration().setHost() Wed, 02 Jul, 17:27
Oleg Kalnichevski (JIRA) [jira] Resolved: (HTTPCORE-164) DefaultConnectingIOReactor throws ConcurrentModificationException in processEvents() method Wed, 02 Jul, 17:29
Oleg Kalnichevski Re: svn commit: r673172 Wed, 02 Jul, 17:37
Oleg Kalnichevski (JIRA) [jira] Resolved: (HTTPCLIENT-745) no classes with default visibility Sat, 05 Jul, 12:21
sebb Re: svn commit: r674186 - in /httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http: client/methods/ impl/client/ impl/conn/ impl/conn/tsccm/ Sat, 05 Jul, 12:29
Oleg Kalnichevski Re: svn commit: r674186 Sat, 05 Jul, 12:37
sebb Re: svn commit: r674186 Sat, 05 Jul, 12:45
Trygve Laugst?l (JIRA) [jira] Commented: (HTTPCLIENT-523) SPNEGO authentication scheme Sun, 06 Jul, 23:58
Oleg Kalnichevski (JIRA) [jira] Commented: (HTTPCLIENT-523) SPNEGO authentication scheme Mon, 07 Jul, 06:47
Quintin Beukes Re: The Cookie jar's lid seems stuck Mon, 07 Jul, 12:19
Quintin Beukes Re: The Cookie jar's lid seems stuck Mon, 07 Jul, 12:24
Oleg Kalnichevski Re: The Cookie jar's lid seems stuck Mon, 07 Jul, 18:41
Alexey Ragozin (JIRA) [jira] Created: (HTTPCLIENT-784) Multipart post is broken Tue, 08 Jul, 11:46
Oleg Kalnichevski (JIRA) [jira] Commented: (HTTPCLIENT-784) Multipart post is broken Tue, 08 Jul, 12:58
Alexey Ragozin (JIRA) [jira] Updated: (HTTPCLIENT-784) Multipart post is broken Tue, 08 Jul, 15:52
Oleg Kalnichevski (JIRA) [jira] Updated: (HTTPCLIENT-784) Multipart post is broken Tue, 08 Jul, 18:50
Trygve Laugstæø (JIRA) [jira] Commented: (HTTPCLIENT-523) SPNEGO authentication scheme Wed, 09 Jul, 07:52
Oleg Kalnichevski (JIRA) [jira] Commented: (HTTPCLIENT-523) SPNEGO authentication scheme Wed, 09 Jul, 10:05
Guillaume Cauchon (JIRA) [jira] Created: (HTTPCLIENT-785) Multipart POST truncated and causing clinet application to hang ?! Wed, 09 Jul, 18:41
Guillaume Cauchon (JIRA) [jira] Updated: (HTTPCLIENT-785) Multipart POST truncated and causing clinet application to hang ?! Wed, 09 Jul, 18:43
Guillaume Cauchon (JIRA) [jira] Updated: (HTTPCLIENT-785) Multipart POST truncated and causing clinet application to hang ?! Wed, 09 Jul, 18:43
Guillaume Cauchon (JIRA) [jira] Updated: (HTTPCLIENT-785) Multipart POST seams to be truncated, causes client application to hang and file doesn't get transfered. Wed, 09 Jul, 18:45
Oleg Kalnichevski (JIRA) [jira] Updated: (HTTPCLIENT-785) Multipart POST seams to be truncated, causes client application to hang and file doesn't get transfered. Thu, 10 Jul, 10:44
Oleg Kalnichevski (JIRA) [jira] Resolved: (HTTPCLIENT-784) Multipart post is broken Thu, 10 Jul, 20:18
Oleg Kalnichevski [HttpClient] 4.0 beta1 soon? Thu, 10 Jul, 20:59
Sam Berlin Re: [HttpClient] 4.0 beta1 soon? Thu, 10 Jul, 21:02
Oleg Kalnichevski Re: [HttpClient] 4.0 beta1 soon? Thu, 10 Jul, 21:17
Patrick Moore (JIRA) [jira] Created: (HTTPCORE-165) Poor handling of CancelledKeyException with custom IOReactorExceptionHandler Thu, 10 Jul, 21:24
Sam Berlin Re: [HttpClient] 4.0 beta1 soon? Thu, 10 Jul, 21:32
Sam Berlin (JIRA) [jira] Created: (HTTPCLIENT-786) variables should be accessed through getters Thu, 10 Jul, 21:34
Oleg Kalnichevski (JIRA) [jira] Commented: (HTTPCORE-165) Poor handling of CancelledKeyException with custom IOReactorExceptionHandler Thu, 10 Jul, 21:46
Oleg Kalnichevski Re: [HttpClient] 4.0 beta1 soon? Thu, 10 Jul, 21:52
Sam Berlin Re: [HttpClient] 4.0 beta1 soon? Thu, 10 Jul, 21:57
Patrick Moore (JIRA) [jira] Commented: (HTTPCORE-165) Poor handling of CancelledKeyException with custom IOReactorExceptionHandler Thu, 10 Jul, 22:32
Sam Berlin Re: [HttpClient] 4.0 beta1 soon? Fri, 11 Jul, 04:25
Oleg Kalnichevski (JIRA) [jira] Commented: (HTTPCORE-165) Poor handling of CancelledKeyException with custom IOReactorExceptionHandler Fri, 11 Jul, 09:10
Oleg Kalnichevski (JIRA) [jira] Updated: (HTTPCORE-165) Poor handling of CancelledKeyException with custom IOReactorExceptionHandler Fri, 11 Jul, 09:26
Asankha C. Perera Can an HTTP server close the socket before its client has finished receiving the message? Fri, 11 Jul, 10:37
Ortwin Glück Re: Can an HTTP server close the socket before its client has finished receiving the message? Fri, 11 Jul, 10:43
Guillaume Cauchon (JIRA) [jira] Closed: (HTTPCLIENT-785) Multipart POST seams to be truncated, causes client application to hang and file doesn't get transfered. Fri, 11 Jul, 13:28
Oleg Kalnichevski Re: [HttpClient] 4.0 beta1 soon? Fri, 11 Jul, 17:03
Oleg Kalnichevski Re: Can an HTTP server close the socket before its client has finished receiving the message? Fri, 11 Jul, 17:12
Ortwin Glück Re: Can an HTTP server close the socket before its client has finished receiving the message? Fri, 11 Jul, 17:19
Oleg Kalnichevski Re: Can an HTTP server close the socket before its client has finished receiving the message? Fri, 11 Jul, 17:24
Ortwin Glück Re: Can an HTTP server close the socket before its client has finished receiving the message? Fri, 11 Jul, 17:31
Mike Dillon Re: Can an HTTP server close the socket before its client has finished receiving the message? Fri, 11 Jul, 17:36
Patrick Moore (JIRA) [jira] Commented: (HTTPCORE-165) Poor handling of CancelledKeyException with custom IOReactorExceptionHandler Fri, 11 Jul, 19:58
Patrick Moore (JIRA) [jira] Created: (HTTPCORE-166) IOReactor should save the reason for the shutdown. Fri, 11 Jul, 20:10
Stefan Bodewig [GUMP@vmgump]: Project httpcomponents-client (in module httpcomponents) failed Fri, 11 Jul, 22:13
Oleg Kalnichevski (JIRA) [jira] Commented: (HTTPCORE-165) Poor handling of CancelledKeyException with custom IOReactorExceptionHandler Sat, 12 Jul, 10:59
Oleg Kalnichevski (JIRA) [jira] Resolved: (HTTPCORE-165) Poor handling of CancelledKeyException with custom IOReactorExceptionHandler Sat, 12 Jul, 12:45
Oleg Kalnichevski (JIRA) [jira] Updated: (HTTPCORE-166) IOReactor should save the reason for the shutdown. Sat, 12 Jul, 12:45
Patrick Moore (JIRA) [jira] Commented: (HTTPCORE-165) Poor handling of CancelledKeyException with custom IOReactorExceptionHandler Mon, 14 Jul, 03:49
Oleg Kalnichevski (JIRA) [jira] Commented: (HTTPCORE-165) Poor handling of CancelledKeyException with custom IOReactorExceptionHandler Mon, 14 Jul, 08:49
Stefan Bodewig [GUMP@vmgump]: Project httpcomponents-client (in module httpcomponents) failed Tue, 15 Jul, 03:09
Oleg Kalnichevski (JIRA) [jira] Updated: (HTTPCORE-166) IOReactor should save the reason for the shutdown. Tue, 15 Jul, 09:23
Asankha C. Perera Re: Can an HTTP server close the socket before its client has finished receiving the message? Tue, 15 Jul, 16:25
Oleg Kalnichevski [HttpClient] formal 4.0 API freeze Wed, 16 Jul, 07:03
Sam Berlin Re: [HttpClient] formal 4.0 API freeze Wed, 16 Jul, 14:15
Dave Clemmer (JIRA) [jira] Created: (HTTPCLIENT-787) Redirects with spaces in them are not handled correctly Wed, 16 Jul, 15:22
Ortwin Glück (JIRA) [jira] Commented: (HTTPCLIENT-787) Redirects with spaces in them are not handled correctly Wed, 16 Jul, 15:54
Ortwin Glück (JIRA) [jira] Issue Comment Edited: (HTTPCLIENT-787) Redirects with spaces in them are not handled correctly Wed, 16 Jul, 15:56
Oleg Kalnichevski Re: [HttpClient] formal 4.0 API freeze Wed, 16 Jul, 16:08
Oleg Kalnichevski (JIRA) [jira] Resolved: (HTTPCLIENT-787) Redirects with spaces in them are not handled correctly Wed, 16 Jul, 16:12
Sam Berlin (JIRA) [jira] Commented: (HTTPCLIENT-787) Redirects with spaces in them are not handled correctly Wed, 16 Jul, 18:02
Stefan Bodewig [GUMP@vmgump]: Project httpcomponents-client (in module httpcomponents) failed Thu, 17 Jul, 08:31
Stefan Bodewig [GUMP@vmgump]: Project httpcomponents-client (in module httpcomponents) failed Fri, 18 Jul, 07:21
Oleg Kalnichevski [VOTE] HttpClient 4.0 API freeze Fri, 18 Jul, 09:50
Oleg Kalnichevski Re: [VOTE] HttpClient 4.0 API freeze Fri, 18 Jul, 11:52
Ortwin Glück Re: [VOTE] HttpClient 4.0 API freeze Fri, 18 Jul, 12:04
Sam Berlin Re: [VOTE] HttpClient 4.0 API freeze Fri, 18 Jul, 15:22
Stefan Bodewig [GUMP@vmgump]: Project httpcomponents-client (in module httpcomponents) failed Sat, 19 Jul, 05:57
Stefan Bodewig [GUMP@vmgump]: Project httpcomponents-client (in module httpcomponents) failed Sun, 20 Jul, 06:21
sebb Re: [VOTE] HttpClient 4.0 API freeze Sun, 20 Jul, 12:22
Oleg Kalnichevski (JIRA) [jira] Resolved: (HTTPCORE-166) IOReactor should save the reason for the shutdown. Sun, 20 Jul, 12:38
Hubert, Eric Understanding asynchrounous request processing in Apache Synapse/Axis2/Http Core NIO Sun, 20 Jul, 14:39
Oleg Kalnichevski Re: Understanding asynchrounous request processing in Apache Synapse/Axis2/Http Core NIO Sun, 20 Jul, 15:49
Hubert, Eric RE: Understanding asynchrounous request processing in ApacheSynapse/Axis2/Http Core NIO Sun, 20 Jul, 16:57
Asankha C. Perera Re: Understanding asynchrounous request processing in Apache Synapse/Axis2/Http Core NIO Mon, 21 Jul, 02:28
Stefan Bodewig [GUMP@vmgump]: Project httpcomponents-client (in module httpcomponents) failed Mon, 21 Jul, 07:08
Ortwin Glück (JIRA) [jira] Created: (HTTPCLIENT-788) Public Suffix List Mon, 21 Jul, 15:45
Ortwin Glück (JIRA) [jira] Updated: (HTTPCLIENT-788) Public Suffix List Mon, 21 Jul, 15:45
Oleg Kalnichevski (JIRA) [jira] Commented: (HTTPCLIENT-788) Public Suffix List Mon, 21 Jul, 19:15
Stefan Bodewig [GUMP@vmgump]: Project httpcomponents-client (in module httpcomponents) failed Tue, 22 Jul, 07:53
Sergey Stremin (JIRA) [jira] Created: (HTTPCORE-167) Stale connection checking doesn't work if server correctly closes connection Tue, 22 Jul, 11:10
Oleg Kalnichevski (JIRA) [jira] Updated: (HTTPCORE-167) Stale connection checking doesn't work if server correctly closes connection Tue, 22 Jul, 11:32
Ortwin Glück (JIRA) [jira] Commented: (HTTPCLIENT-788) Public Suffix List Tue, 22 Jul, 11:42
Sebb (JIRA) [jira] Commented: (HTTPCLIENT-788) Public Suffix List Tue, 22 Jul, 12:16
Ortwin Glück (JIRA) [jira] Commented: (HTTPCLIENT-788) Public Suffix List Tue, 22 Jul, 12:26
Oleg Kalnichevski (JIRA) [jira] Updated: (HTTPCORE-167) Stale connection checking doesn't work if server correctly closes connection Tue, 22 Jul, 12:26
Sergey Stremin (JIRA) [jira] Commented: (HTTPCORE-167) Stale connection checking doesn't work if server correctly closes connection Tue, 22 Jul, 13:11
Oleg Kalnichevski (JIRA) [jira] Resolved: (HTTPCORE-167) Stale connection checking doesn't work if server correctly closes connection Tue, 22 Jul, 18:03
Ortwin Glück (JIRA) [jira] Updated: (HTTPCLIENT-788) Public Suffix List Wed, 23 Jul, 12:21
Ortwin Glück (JIRA) [jira] Updated: (HTTPCLIENT-788) Public Suffix List Wed, 23 Jul, 12:21
Message list1 · 2 · Next »Thread · Author · Date
Box list
Dec 200928
Nov 200990
Oct 200973
Sep 2009186
Aug 2009125
Jul 200998
Jun 2009162
May 2009106
Apr 200989
Mar 2009179
Feb 2009188
Jan 200989
Dec 2008104
Nov 200835
Oct 2008112
Sep 200894
Aug 2008125
Jul 2008121
Jun 2008185
May 2008192
Apr 2008115
Mar 2008163
Feb 2008358
Jan 2008414
Dec 2007314
Nov 2007192
Oct 2007322
Sep 2007179
Aug 2007172
Jul 2007351
Jun 2007289
May 2007241
Apr 2007170
Mar 2007302
Feb 2007340
Jan 2007261
Dec 2006167
Nov 2006107
Oct 200691
Sep 2006187
Aug 2006225
Jul 200662
Jun 2006258
May 2006216
Apr 2006152
Mar 2006265
Feb 2006189
Jan 2006254
Dec 2005222
Nov 2005216
Oct 2005166
Sep 2005150
Aug 2005270
Jul 2005172
Jun 2005170
May 2005168
Apr 2005135
Mar 2005139
Feb 2005222
Jan 2005293
Dec 2004228
Nov 2004141
Oct 2004244
Sep 2004356
Aug 2004198
Jul 2004188
Jun 2004244
May 2004345
Apr 2004383
Mar 2004399
Feb 2004343
Jan 2004373
Dec 2003263
Nov 2003379
Oct 2003396
Sep 2003351
Aug 2003328
Jul 2003722
Jun 2003561
May 2003417
Apr 2003609
Mar 2003382
Feb 2003764
Jan 2003585
Dec 2002356
Nov 200232