You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [httpcomponents-client] ok2c merged pull request #437: Improve AIMDBackoffManager with atomic references, thread-safety, and parameter checks - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/01 09:32:54 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-1874) Exponential back-off retry mechanism - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/01 09:35:00 UTC, 0 replies.
- Parsing RFC2231 or newer spec'd data - posted by "Gary D. Gregory" <gg...@apache.org> on 2023/05/01 20:14:00 UTC, 5 replies.
- [jira] [Created] (HTTPCORE-745) ContentType.create(String, NameValuePair...) should make a defensive copy of its input array - posted by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2023/05/02 13:11:00 UTC, 0 replies.
- [GitHub] [httpcomponents-core] garydgregory opened a new pull request, #404: [HTTPCORE-745] ContentType.create(String, NameValuePair...) defensive copy - posted by "garydgregory (via GitHub)" <gi...@apache.org> on 2023/05/02 13:13:02 UTC, 0 replies.
- [jira] [Updated] (HTTPCORE-745) ContentType.create(String, NameValuePair...) should make a defensive copy of its input array - posted by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2023/05/02 13:18:00 UTC, 1 replies.
- [jira] [Commented] (HTTPCLIENT-2159) Invalid handling of charset content type parameter - posted by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2023/05/02 13:19:00 UTC, 0 replies.
- [GitHub] [httpcomponents-core] michael-o commented on a diff in pull request #404: [HTTPCORE-745] ContentType.create(String, NameValuePair...) defensive copy - posted by "michael-o (via GitHub)" <gi...@apache.org> on 2023/05/02 13:32:20 UTC, 1 replies.
- [GitHub] [httpcomponents-core] garydgregory commented on a diff in pull request #404: [HTTPCORE-745] ContentType.create(String, NameValuePair...) defensive copy - posted by "garydgregory (via GitHub)" <gi...@apache.org> on 2023/05/02 13:39:06 UTC, 1 replies.
- [GitHub] [httpcomponents-client] arturobernalg opened a new pull request, #442: Implement ExponentialBackoffManager for connection management (HTTPCLIENT-2272) - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/02 15:47:30 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c commented on pull request #442: Implement ExponentialBackoffManager for connection management (HTTPCLIENT-2272) - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/03 07:29:00 UTC, 0 replies.
- [GitHub] [httpcomponents-core] garydgregory merged pull request #404: [HTTPCORE-745] ContentType.create(String, NameValuePair...) defensive copy - posted by "garydgregory (via GitHub)" <gi...@apache.org> on 2023/05/03 11:52:19 UTC, 0 replies.
- [jira] [Commented] (HTTPCORE-745) ContentType.create(String, NameValuePair...) should make a defensive copy of its input array - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/05/03 11:53:00 UTC, 0 replies.
- [jira] [Resolved] (HTTPCORE-745) ContentType.create(String, NameValuePair...) should make a defensive copy of its input array - posted by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2023/05/03 13:55:00 UTC, 0 replies.
- [jira] [Commented] (HTTPCORE-478) Add "Forwarded" HttpRequestInterceptor - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/03 14:02:00 UTC, 0 replies.
- [jira] [Comment Edited] (HTTPCORE-478) Add "Forwarded" HttpRequestInterceptor - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/03 14:06:00 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg commented on pull request #442: Implement ExponentialBackoffManager for connection management (HTTPCLIENT-2272) - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/03 19:27:09 UTC, 1 replies.
- [jira] [Resolved] (HTTPCORE-478) Add "Forwarded" HttpRequestInterceptor - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/03 20:16:00 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c commented on pull request #441: HTTPCLIENT-2270 - Introduce new LinearBackoffManager with cool-down period and route-specific attempts - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/05 12:27:50 UTC, 0 replies.
- [GitHub] [httpcomponents-client] dependabot[bot] opened a new pull request, #443: Bump download-maven-plugin from 1.6.8 to 1.7.0 - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/05/05 13:57:01 UTC, 0 replies.
- [jira] [Closed] (HTTPCLIENT-2270) Linear Backoff Strategies for AIMDBackoffManager - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/06 20:23:00 UTC, 0 replies.
- [jira] [Updated] (HTTPCLIENT-2272) Add Exponential Backoff Strategy and Linear Strategy to AIMDBackoffManager - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/06 20:24:00 UTC, 1 replies.
- [GitHub] [httpcomponents-client] arturobernalg opened a new pull request, #444: Add AbstractBackoff, LinearBackoffManager, and ExponentialBackoffManager classes - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/06 20:32:43 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg commented on pull request #441: HTTPCLIENT-2270 - Introduce new LinearBackoffManager with cool-down period and route-specific attempts - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/06 20:33:40 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg closed pull request #441: HTTPCLIENT-2270 - Introduce new LinearBackoffManager with cool-down period and route-specific attempts - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/06 20:33:41 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg closed pull request #442: Implement ExponentialBackoffManager for connection management (HTTPCLIENT-2272) - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/06 20:33:52 UTC, 0 replies.
- [jira] [Commented] (HTTPCLIENT-1725) Heuristic caching does not work for URIs with a query string - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/07 06:41:00 UTC, 0 replies.
- [jira] [Commented] (HTTPCLIENT-1713) Certain responses from a POST should be cacheable - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/07 08:02:00 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c commented on pull request #444: HTTPCLIENT-2272 - Add AbstractBackoff, LinearBackoffManager, and ExponentialBackoffManager classes - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/07 08:33:22 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-1725) Heuristic caching does not work for URIs with a query string - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 08:41:00 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-1713) Certain responses from a POST should be cacheable - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 08:42:00 UTC, 0 replies.
- HttpClient 5.3 release planning - posted by Oleg Kalnichevski <ol...@apache.org> on 2023/05/07 08:54:26 UTC, 5 replies.
- [jira] [Resolved] (HTTPCLIENT-2082) PoolingHttpClientConnectionManagerBuilder should also take the connection socket lookup as a builder parameter - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 12:08:00 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg commented on pull request #444: HTTPCLIENT-2272 - Add AbstractBackoff, LinearBackoffManager, and ExponentialBackoffManager classes - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/07 12:08:49 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-1598) Native Windows Negotiate/NTLM via JNA + 407 Proxy Authentication Required - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 12:11:00 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-1962) WindowsNegotiateScheme incorrectly requires challenge in initial response - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 12:12:00 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-1938) OS resources leak in HttpAuthenticator/WindowsNegotiateScheme - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 12:12:00 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-1561) InitializeSecurityContext in WinHttpClient ignores return codes - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 12:13:00 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c merged pull request #444: HTTPCLIENT-2272 - Add AbstractBackoff, LinearBackoffManager, and ExponentialBackoffManager classes - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/07 13:18:19 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-2272) Add Exponential Backoff Strategy and Linear Strategy to AIMDBackoffManager - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 13:20:00 UTC, 0 replies.
- [jira] [Commented] (HTTPCLIENT-1953) HTTP Response is not cached with Cache-Control: no-cache header - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 13:22:00 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-2246) Better logging implementation - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 13:25:00 UTC, 0 replies.
- [jira] [Commented] (HTTPCLIENT-2271) Do not optimize relative redirect location - posted by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/05/07 13:32:00 UTC, 1 replies.
- [jira] [Resolved] (HTTPCLIENT-1570) GGSSchemeBase blindly assumes that SPNEGO is always used - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 14:32:00 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-1972) Kerberos/SPNego Negotiate not working correctly? - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 14:33:00 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-1896) GGSSchemeBase does not support GSS continuation - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 14:33:00 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-1912) AuthSchemes.SPNEGO should be able to specify login conf and krb5 conf as parameters instead of system properties - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 14:33:00 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-1582) SSPI-based auth might fail if output token size is too small - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 14:33:00 UTC, 0 replies.
- [jira] [Commented] (HTTPCLIENT-1625) Completely overhaul GSS-API-based authentication backend - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/07 14:35:00 UTC, 1 replies.
- [GitHub] [httpcomponents-client] arturobernalg opened a new pull request, #445: Fix handling of no-cache directive in CacheControl (HTTPCLIENT-1953) - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/08 19:36:44 UTC, 0 replies.
- [jira] [Created] (HTTPCLIENT-2273) Improve handling of "no-cache" directive with specified header fields - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/08 19:39:00 UTC, 0 replies.
- [jira] [Commented] (HTTPCLIENT-2273) Improve handling of "no-cache" directive with specified header fields - posted by "Julian Reschke (Jira)" <ji...@apache.org> on 2023/05/09 07:19:00 UTC, 5 replies.
- [jira] [Updated] (HTTPCLIENT-2273) Improve handling of "no-cache" directive with specified header fields - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/09 16:30:00 UTC, 1 replies.
- [GitHub] [httpcomponents-client] ok2c commented on pull request #445: Fix handling of no-cache directive in CacheControl (HTTPCLIENT-1953) - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/09 19:47:25 UTC, 1 replies.
- [GitHub] [httpcomponents-client] arturobernalg commented on pull request #445: Fix handling of no-cache directive in CacheControl (HTTPCLIENT-1953) - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/09 20:07:46 UTC, 2 replies.
- Call for Presentations, Community Over Code 2023 - posted by Rich Bowen <rb...@apache.org> on 2023/05/09 21:24:09 UTC, 0 replies.
- [jira] [Created] (HTTPCORE-746) Deadlock with Java Virtual Threads - posted by "marsqing (Jira)" <ji...@apache.org> on 2023/05/10 09:33:00 UTC, 0 replies.
- [jira] [Commented] (HTTPCORE-746) Deadlock with Java Virtual Threads - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/10 14:06:00 UTC, 2 replies.
- [jira] [Comment Edited] (HTTPCLIENT-2273) Improve handling of "no-cache" directive with specified header fields - posted by "Julian Reschke (Jira)" <ji...@apache.org> on 2023/05/10 16:29:00 UTC, 1 replies.
- [GitHub] [httpcomponents-core] marsqing opened a new pull request, #405: HTTPCORE-746: fix deadlock with Java Virtual Threads - posted by "marsqing (via GitHub)" <gi...@apache.org> on 2023/05/11 03:20:40 UTC, 0 replies.
- (hc5) URIBuilder not parsing + character correctly in the query string - posted by Johan Blumenberg <jo...@truid.app> on 2023/05/11 10:57:54 UTC, 2 replies.
- [GitHub] [httpcomponents-client] arturobernalg opened a new pull request, #446: HTTPCLIENT-2273: Enhance "no-cache" directive handling - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/11 19:44:52 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg closed pull request #445: Fix handling of no-cache directive in CacheControl (HTTPCLIENT-1953) - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/11 19:46:56 UTC, 0 replies.
- [GitHub] [httpcomponents-core] arturobernalg commented on pull request #405: HTTPCORE-746: fix deadlock with Java Virtual Threads - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/11 20:47:07 UTC, 0 replies.
- [GitHub] [httpcomponents-core] marsqing commented on pull request #405: HTTPCORE-746: fix deadlock with Java Virtual Threads - posted by "marsqing (via GitHub)" <gi...@apache.org> on 2023/05/12 02:34:21 UTC, 1 replies.
- [GitHub] [httpcomponents-core] ok2c commented on pull request #405: HTTPCORE-746: fix deadlock with Java Virtual Threads - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/12 07:05:39 UTC, 1 replies.
- [GitHub] [httpcomponents-core] ok2c closed pull request #405: HTTPCORE-746: fix deadlock with Java Virtual Threads - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/12 07:05:39 UTC, 0 replies.
- [jira] [Updated] (HTTPCORE-746) Deadlock with Java Virtual Threads - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/12 07:07:00 UTC, 1 replies.
- [jira] [Created] (HTTPCLIENT-2274) Instrumenting HttpClient to gather http client request metrics. - posted by "Lars Uffmann (Jira)" <ji...@apache.org> on 2023/05/12 09:18:00 UTC, 0 replies.
- [jira] [Updated] (HTTPCLIENT-2274) Instrumenting HttpClient to gather http client request metrics. - posted by "Lars Uffmann (Jira)" <ji...@apache.org> on 2023/05/12 09:19:00 UTC, 1 replies.
- [jira] [Commented] (HTTPCLIENT-2274) Instrumenting HttpClient to gather http client request metrics. - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/12 09:32:00 UTC, 4 replies.
- [jira] [Resolved] (HTTPCLIENT-2274) Instrumenting HttpClient to gather http client request metrics. - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/12 17:05:00 UTC, 1 replies.
- [jira] [Updated] (HTTPCORE-747) Some flaky tests - posted by "Agor (Jira)" <ji...@apache.org> on 2023/05/12 18:41:00 UTC, 1 replies.
- [jira] [Created] (HTTPCORE-747) Some flaky tests - posted by "Agor (Jira)" <ji...@apache.org> on 2023/05/12 18:41:00 UTC, 0 replies.
- [jira] [Commented] (HTTPCORE-747) Some flaky tests - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/12 20:50:00 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #446: HTTPCLIENT-2273: Enhance "no-cache" directive handling - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/13 17:15:15 UTC, 1 replies.
- [GitHub] [httpcomponents-client] ok2c commented on pull request #446: HTTPCLIENT-2273: Enhance "no-cache" directive handling - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/13 17:25:56 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg opened a new pull request, #447: Refactor CacheControl parser to handle multiple headers. - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/13 20:24:54 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg commented on pull request #446: HTTPCLIENT-2273: Enhance "no-cache" directive handling - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/13 20:35:44 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg commented on a diff in pull request #446: HTTPCLIENT-2273: Enhance "no-cache" directive handling - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/13 21:40:17 UTC, 1 replies.
- [GitHub] [httpcomponents-client] arturobernalg commented on pull request #447: Refactor CacheControl parser to handle multiple headers. - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/14 07:31:26 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c merged pull request #446: HTTPCLIENT-2273: Enhance "no-cache" directive handling - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/14 09:35:45 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-2273) Improve handling of "no-cache" directive with specified header fields - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/14 09:40:00 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-1953) HTTP Response is not cached with Cache-Control: no-cache header - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/14 09:41:00 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #447: Refactor CacheControl parser to handle multiple headers. - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/14 11:23:01 UTC, 0 replies.
- The new backoff manager test cases need improvement - posted by Oleg Kalnichevski <ol...@apache.org> on 2023/05/14 11:35:03 UTC, 2 replies.
- [GitHub] [httpcomponents-client] arturobernalg opened a new pull request, #448: Improve Test Robustness and Reliability - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/14 21:05:43 UTC, 0 replies.
- [jira] [Comment Edited] (HTTPCLIENT-2271) Do not optimize relative redirect location - posted by "Krasimir Malchev (Jira)" <ji...@apache.org> on 2023/05/15 08:03:00 UTC, 2 replies.
- [GitHub] [httpcomponents-client] ok2c merged pull request #447: Refactor CacheControl parser to handle multiple headers. - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/15 08:17:55 UTC, 0 replies.
- JDK 21 EA builds 22 & Sequenced Collections Heads-up - posted by David Delabassee <da...@oracle.com> on 2023/05/15 14:45:02 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c merged pull request #448: Improve Test Robustness and Reliability - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/15 20:37:42 UTC, 0 replies.
- [jira] [Created] (HTTPCLIENT-2275) Implement Heuristic Expiration and Warning Code 113 for Cached Responses - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/15 20:56:00 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c opened a new pull request, #449: Support for request Cache-Control - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/15 20:56:55 UTC, 0 replies.
- HttpComponent style definitions for IDEA - posted by Oleg Kalnichevski <ol...@apache.org> on 2023/05/15 21:05:01 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg commented on pull request #449: Support for request Cache-Control - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/15 22:21:28 UTC, 0 replies.
- [jira] [Reopened] (HTTPCLIENT-2274) Instrumenting HttpClient to gather http client request metrics. - posted by "Lars Uffmann (Jira)" <ji...@apache.org> on 2023/05/16 07:12:00 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg opened a new pull request, #450: Add heuristic expiration warning to cached responses" - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/16 21:01:42 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c commented on pull request #450: HTTPCLIENT-2275 -Add heuristic expiration warning to cached responses - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/17 18:00:49 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #450: HTTPCLIENT-2275 -Add heuristic expiration warning to cached responses - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/17 18:10:27 UTC, 0 replies.
- [jira] [Updated] (HTTPCLIENT-1347) gzip responses doubly cached - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/17 20:41:00 UTC, 3 replies.
- [jira] [Commented] (HTTPCLIENT-1347) gzip responses doubly cached - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/17 20:43:00 UTC, 1 replies.
- [jira] [Comment Edited] (HTTPCLIENT-1347) gzip responses doubly cached - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/17 20:46:00 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg commented on a diff in pull request #450: HTTPCLIENT-2275 -Add heuristic expiration warning to cached responses - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/17 20:56:53 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c merged pull request #450: HTTPCLIENT-2275 -Add heuristic expiration warning to cached responses - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/18 09:51:21 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-2275) Implement Heuristic Expiration and Warning Code 113 for Cached Responses - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/18 09:53:00 UTC, 0 replies.
- [jira] [Resolved] (HTTPCLIENT-2269) Implement Customizable Backoff and Probe Strategies for AIMDBackoffManager - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/18 11:17:00 UTC, 0 replies.
- [jira] [Created] (HTTPCLIENT-2276) Implementing 'Calculating Secondary Keys with Vary' as Per RFC 7234 for HTTP Cache Validity" - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/18 19:36:00 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c commented on pull request #449: Support for request Cache-Control - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/20 13:00:56 UTC, 0 replies.
- HttpClient Cache conformance to RFC 9111 - posted by Oleg Kalnichevski <ol...@apache.org> on 2023/05/20 17:42:57 UTC, 5 replies.
- [GitHub] [httpcomponents-client] arturobernalg commented on a diff in pull request #449: Cache-Control improvements - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/20 20:26:34 UTC, 2 replies.
- [jira] [Resolved] (HTTPCLIENT-2276) Implementing 'Calculating Secondary Keys with Vary' as Per RFC 7234 for HTTP Cache Validity" - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/20 21:03:00 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #449: Cache-Control improvements - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/21 08:32:00 UTC, 1 replies.
- [GitHub] [httpcomponents-client] ok2c commented on pull request #449: Cache-Control improvements - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/21 10:36:48 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg commented on pull request #449: Cache-Control improvements - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/21 11:11:06 UTC, 0 replies.
- [GitHub] [httpcomponents-client] ok2c merged pull request #449: Cache-Control improvements - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/21 13:51:32 UTC, 0 replies.
- [jira] [Created] (HTTPCLIENT-2277) HttpClient Cache conformance to RFC 9111 - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/21 14:44:00 UTC, 0 replies.
- [jira] [Commented] (HTTPCLIENT-2277) HttpClient Cache conformance to RFC 9111 - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/21 14:52:00 UTC, 11 replies.
- [jira] [Created] (HTTPCORE-748) Alias selection for EdDSA client certificates broken - posted by "Philippe Marschall (Jira)" <ji...@apache.org> on 2023/05/22 15:24:00 UTC, 0 replies.
- [jira] [Updated] (HTTPCORE-748) Alias selection for EdDSA client certificates broken - posted by "Philippe Marschall (Jira)" <ji...@apache.org> on 2023/05/22 15:25:00 UTC, 0 replies.
- [jira] [Commented] (HTTPCORE-748) Alias selection for EdDSA client certificates broken - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/22 15:38:00 UTC, 1 replies.
- [jira] [Created] (HTTPCLIENT-2278) SSLIOSession should catch UnsupportedOperationException from SSLEngine.getApplicationProtocol - posted by "Arun Katkere (Jira)" <ji...@apache.org> on 2023/05/22 20:48:00 UTC, 0 replies.
- [jira] [Updated] (HTTPCLIENT-2278) SSLIOSession should catch UnsupportedOperationException from SSLEngine.getApplicationProtocol - posted by "Arun Katkere (Jira)" <ji...@apache.org> on 2023/05/23 01:04:00 UTC, 0 replies.
- [jira] [Commented] (HTTPCLIENT-2278) SSLIOSession should catch UnsupportedOperationException from SSLEngine.getApplicationProtocol - posted by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/05/23 06:38:00 UTC, 12 replies.
- [GitHub] [httpcomponents-core] arunans23 commented on pull request #402: HTTPCORE-740: Introduce Read interest during connection close for graceful closure - posted by "arunans23 (via GitHub)" <gi...@apache.org> on 2023/05/24 05:30:34 UTC, 0 replies.
- [jira] [Commented] (HTTPCORE-740) Connection resets during timeouts - posted by "Arunan Sugunakumar (Jira)" <ji...@apache.org> on 2023/05/24 05:34:00 UTC, 1 replies.
- [GitHub] [httpcomponents-core] ok2c merged pull request #402: HTTPCORE-740: Introduce Read interest during connection close for graceful closure - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/24 17:14:57 UTC, 0 replies.
- [jira] [Resolved] (HTTPCORE-740) Connection resets during timeouts - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/24 17:16:00 UTC, 0 replies.
- [jira] [Comment Edited] (HTTPCLIENT-2278) SSLIOSession should catch UnsupportedOperationException from SSLEngine.getApplicationProtocol - posted by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/05/26 08:44:00 UTC, 1 replies.
- [GitHub] [httpcomponents-core] dependabot[bot] opened a new pull request, #406: Bump docker-maven-plugin from 0.31.0 to 0.43.0 - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/05/26 14:56:51 UTC, 0 replies.
- [GitHub] [httpcomponents-core] dependabot[bot] commented on pull request #400: Bump docker-maven-plugin from 0.31.0 to 0.42.1 - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/05/26 14:56:54 UTC, 0 replies.
- [GitHub] [httpcomponents-core] dependabot[bot] closed pull request #400: Bump docker-maven-plugin from 0.31.0 to 0.42.1 - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/05/26 14:56:55 UTC, 0 replies.
- [jira] [Moved] (HTTPCORE-749) SSLIOSession should catch UnsupportedOperationException from SSLEngine.getApplicationProtocol - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/26 16:41:00 UTC, 0 replies.
- [jira] [Updated] (HTTPCORE-749) SSLIOSession should catch UnsupportedOperationException from SSLEngine.getApplicationProtocol - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/26 16:42:00 UTC, 0 replies.
- [GitHub] [httpcomponents-core] arturobernalg opened a new pull request, #407: HTTPCORE-749 - Handle UnsupportedOperationException in getApplicationProtocol. - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/27 21:29:46 UTC, 0 replies.
- [GitHub] [httpcomponents-core] michael-o commented on pull request #407: HTTPCORE-749 - Handle UnsupportedOperationException in getApplicationProtocol. - posted by "michael-o (via GitHub)" <gi...@apache.org> on 2023/05/27 21:34:58 UTC, 1 replies.
- [GitHub] [httpcomponents-core] arturobernalg commented on pull request #407: HTTPCORE-749 - Handle UnsupportedOperationException in getApplicationProtocol. - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/27 21:39:33 UTC, 1 replies.
- [jira] [Created] (HTTPASYNC-169) TrustSelfSignedStrategy - posted by "Anurag Agarwal (Jira)" <ji...@apache.org> on 2023/05/28 13:20:00 UTC, 0 replies.
- [jira] [Commented] (HTTPASYNC-169) TrustSelfSignedStrategy - posted by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/05/28 16:51:00 UTC, 1 replies.
- [jira] [Closed] (HTTPASYNC-169) TrustSelfSignedStrategy - posted by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/05/28 19:37:00 UTC, 0 replies.
- [GitHub] [httpcomponents-core] ok2c commented on a diff in pull request #407: HTTPCORE-749 - Handle UnsupportedOperationException in getApplicationProtocol. - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/29 08:56:55 UTC, 0 replies.
- [GitHub] [httpcomponents-core] arturobernalg commented on a diff in pull request #407: HTTPCORE-749 - Handle UnsupportedOperationException in getApplicationProtocol. - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/29 15:15:21 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg opened a new pull request, #451: Enhancements to HTTP Conditional Request Handling - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/29 20:39:34 UTC, 0 replies.
- [jira] [Created] (HTTPCLIENT-2279) Improve Handling of HTTP Conditional Requests, Status Codes and Weak ETags - posted by "Arturo Bernal (Jira)" <ji...@apache.org> on 2023/05/29 20:40:00 UTC, 0 replies.
- [GitHub] [httpcomponents-core] ok2c merged pull request #407: HTTPCORE-749: Handle UnsupportedOperationException in getApplicationProtocol. - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/30 15:11:14 UTC, 0 replies.
- [jira] [Resolved] (HTTPCORE-747) Some flaky tests - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/30 15:25:00 UTC, 0 replies.
- [jira] [Resolved] (HTTPCORE-725) generate the correct OSGI manifest entries to be a correct OSGI bundle - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/30 15:26:00 UTC, 0 replies.
- [jira] [Reopened] (HTTPCORE-747) Some flaky tests - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/30 15:27:01 UTC, 0 replies.
- [jira] [Resolved] (HTTPCORE-749) SSLIOSession should catch UnsupportedOperationException from SSLEngine.getApplicationProtocol - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/30 15:28:00 UTC, 0 replies.
- [jira] [Commented] (HTTPCLIENT-2279) Improve Handling of HTTP Conditional Requests, Status Codes and Weak ETags - posted by "Oleg Kalnichevski (Jira)" <ji...@apache.org> on 2023/05/30 15:30:00 UTC, 3 replies.
- [GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #451: Enhancements to HTTP Conditional Request Handling - posted by "ok2c (via GitHub)" <gi...@apache.org> on 2023/05/31 13:51:40 UTC, 0 replies.
- [GitHub] [httpcomponents-client] arturobernalg commented on a diff in pull request #451: Enhancements to HTTP Conditional Request Handling - posted by "arturobernalg (via GitHub)" <gi...@apache.org> on 2023/05/31 19:11:01 UTC, 0 replies.