Oleg Kalnichevski
|
02bb1461d8
|
HTTPCLIENT-982: HTTP cache response status
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@990240 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-27 19:35:18 +00:00 |
Oleg Kalnichevski
|
30eb471da7
|
Catch and log I/O exceptions thrown by #close() and #shutdown() methods
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@989328 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-25 19:57:51 +00:00 |
Oleg Kalnichevski
|
29a4612386
|
HTTPCLIENT-981: CachingHttpClient returns a 411 respones when executing a POST (HttpPost) request
Contributed by Joe Campbell <joseph.r.campbell at gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@989060 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-25 12:28:00 +00:00 |
Oleg Kalnichevski
|
68c8b4b1ee
|
TABS -> SPACES; fixed bug in a test case
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@988878 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-25 08:33:41 +00:00 |
Oleg Kalnichevski
|
672221fc5f
|
Renamed test class
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@987822 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-21 20:19:41 +00:00 |
Oleg Kalnichevski
|
218f06e113
|
HttpCacheOperationException to signal that HttpCacheStorage encountered an error performing an caching operation
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@987818 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-21 19:49:03 +00:00 |
Oleg Kalnichevski
|
2112061b16
|
HTTPCLIENT-978: Ehcache based HTTP cache implementation
Contributed by Michajlo Matijkiw <michajlo_matijkiw at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@987737 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-21 12:09:15 +00:00 |
Oleg Kalnichevski
|
f279d8c37d
|
HTTPCLIENT-980: CachingHttpClient returns a 503 response when the backend HttpClient produces an IOException
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@987280 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-19 19:37:03 +00:00 |
Oleg Kalnichevski
|
83c2c00109
|
HTTPCLIENT-979: cache entry resource management extracted from CachingHttpClient
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@986864 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-18 19:15:43 +00:00 |
Oleg Kalnichevski
|
5c33d5cfd9
|
Immutable instance variable delcared as final
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@986115 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-16 19:49:21 +00:00 |
Oleg Kalnichevski
|
7a2818a56f
|
Removed HTTP cache module from OSGi bundle
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@986114 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-16 19:46:45 +00:00 |
Oleg Kalnichevski
|
b821b445b6
|
Upgraded project version to 4.1
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@986112 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-16 19:44:05 +00:00 |
Oleg Kalnichevski
|
6956d4ffc8
|
HTTPCLIENT-978: ehcache based HTTP cache implementation
Contributed by Michajlo Matijkiw <michajlo_matijkiw at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@985733 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-15 18:51:32 +00:00 |
Oleg Kalnichevski
|
a840e65989
|
SizeLimitedResponseReader can now generate arbitrary type of cache resources using resource factory
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@984949 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-12 20:32:54 +00:00 |
Oleg Kalnichevski
|
e0a296f6b6
|
Eliminated superfluous CacheEntryFactory; eliminated unnecessary mock objects in test cases
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@984398 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-11 13:19:40 +00:00 |
Oleg Kalnichevski
|
6f2036bde2
|
Use ResourceFactory to handle system resource allocation
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@984346 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-11 08:59:05 +00:00 |
Oleg Kalnichevski
|
cb4f012fa7
|
Refactored HttpCacheEntry / Resource API: HttpCacheEntry is no longer abstract; the same class can be used with any Resource implementations
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@984197 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-10 20:15:03 +00:00 |
Oleg Kalnichevski
|
1b58a2360d
|
Fixed FileCacheEntry factory
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@983804 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-09 20:26:56 +00:00 |
Oleg Kalnichevski
|
143f3b0a0c
|
HTTPCLIENT-974: RequestWrapper does not use the headers of the request it wraps
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@982361 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-04 18:56:39 +00:00 |
Oleg Kalnichevski
|
d6a0b4d1a1
|
HTTP cache entry implementation backed by a temporary file
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@982219 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-04 11:34:48 +00:00 |
Oleg Kalnichevski
|
7c8a1fdf5b
|
Renamed CacheEntryGenerator to MemCacheEntryFactory
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@981668 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-02 19:55:52 +00:00 |
Oleg Kalnichevski
|
911350a0c2
|
Added HttpCache implementations that can be used to store cache entries requiring explict deallocation of system resources; cache entries can be generated using HttpCacheEntryFactory interface
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@981667 13f79535-47bb-0310-9956-ffa450edef68
|
2010-08-02 19:48:53 +00:00 |
Oleg Kalnichevski
|
6602f53a8b
|
Renamed BasicHttpCacheEntry to MemCacheEntry
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@980939 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-30 20:20:29 +00:00 |
Oleg Kalnichevski
|
e0d37d5502
|
Refactored HttpCacheEntry; new API should allow for cache entries backed by a temporary file
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@980937 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-30 20:15:39 +00:00 |
Oleg Kalnichevski
|
4ae188acbb
|
Made possible for cache entries to depend on system resources that may require deallocation
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@980767 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-30 12:44:44 +00:00 |
Oleg Kalnichevski
|
b8c1bb05cc
|
HTTPCLIENT-967: support for non-shared (private) caches
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@980759 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-30 12:34:30 +00:00 |
Oleg Kalnichevski
|
8690e96fa6
|
HTTPCLIENT-972: Cache config
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@980358 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-29 08:30:43 +00:00 |
Oleg Kalnichevski
|
7891d8c2d4
|
Refactored exception handling: replaced HttpCacheOperationException with a more generic IOException. This should provide a more natural way of signaling exceptions for file system based caches
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@979259 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-26 12:20:02 +00:00 |
Oleg Kalnichevski
|
c2622c8ca2
|
HTTPCLIENT-969: BasicCookieStore#getCookies() to return a copy of Cookie list
Contributed by David Smiley <dsmiley at mitre.org>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@967227 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-23 19:45:47 +00:00 |
Oleg Kalnichevski
|
5059eddd97
|
Code cleanups
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@967206 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-23 19:06:42 +00:00 |
Oleg Kalnichevski
|
7205e7d340
|
HTTP Cache API refactoring: entry validation logic factored out from CacheEntry to a separate policy class; HttpCacheEntry should now contain (almost) no protocol specific code
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@966642 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-22 13:16:29 +00:00 |
Oleg Kalnichevski
|
8cf6a94f60
|
Fixed request exec count
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@965986 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-20 20:21:41 +00:00 |
Oleg Kalnichevski
|
ee323a52fa
|
Deprecated ConnManagerPNames and related classes; 'http.conn-manager.timeout' parameter deprecated in favor of 'http.connection.timeout'; improved javadocs for deprecated classes; renamed methods in ThreadSafeClientConnManager for better consistency
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@965983 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-20 20:14:09 +00:00 |
Oleg Kalnichevski
|
5a54675818
|
Reduced visibility of non-essential classes and methods to default (package private). Visibility can be increased on a case by case basis as the Cache API evolves and matures
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@964565 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-15 20:17:00 +00:00 |
Oleg Kalnichevski
|
c10d235ed2
|
Generified HttpCache key
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@963854 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-13 20:40:56 +00:00 |
Oleg Kalnichevski
|
818b97fd4c
|
Removed unused code
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@963853 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-13 20:29:04 +00:00 |
Oleg Kalnichevski
|
76e37db58a
|
* Disambiguated the contract of HttpCache#updatEntry / HttpCacheUpdateCallback
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
* Fixed method synchronization in BasicHttpCache
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@963849 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-13 20:14:00 +00:00 |
Oleg Kalnichevski
|
6aad9ccf99
|
HTTPCLIENT-963: Fixed handling of 'Cache-Control: no-store' on requests
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@963495 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-12 21:36:47 +00:00 |
Oleg Kalnichevski
|
e2efb17400
|
HTTPCLIENT-965: cache does not honor must-revalidate or proxy-revalidate Cache-Control directives
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@961424 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-07 16:09:34 +00:00 |
Oleg Kalnichevski
|
448ff5f344
|
HTTPCLIENT-964: no-cache directives with field names are no longer transmitted downstream
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@961422 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-07 16:01:48 +00:00 |
Oleg Kalnichevski
|
7b21535a49
|
HTTPCLIENT-962: Fixed handling of Authorization headers in shared cache mode
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@960338 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-04 13:57:45 +00:00 |
Oleg Kalnichevski
|
c85eaa094b
|
HTTPCLIENT-961: Not all applicable URIs are invalidated on PUT/POST/DELETEs that pass through client cache
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@960337 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-04 13:35:27 +00:00 |
Oleg Kalnichevski
|
9b8fb9f02a
|
HTTPCLIENT-958: Client cache no longer allows incomplete responses to be passed on to the client
Contributed by Jonathan Moore <jonathan_moore at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@959941 13f79535-47bb-0310-9956-ffa450edef68
|
2010-07-02 10:31:34 +00:00 |
Oleg Kalnichevski
|
c80f04cb45
|
HTTPCLIENT-951: Non-repeatable entity enclosing requests are not correctly retried when 'expect-continue' handshake is active
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@956989 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-22 19:28:48 +00:00 |
Sebastian Bazley
|
117fc08438
|
Stop the JAVA_1_n_HOME variables from being treated as headers by Bnd
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@955239 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-16 14:28:56 +00:00 |
Oleg Kalnichevski
|
12e382daf9
|
Revert change committed by mistake
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954914 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 14:40:31 +00:00 |
Oleg Kalnichevski
|
4b73b9c74e
|
HTTPCLIENT-948: Completed refactoring of the idle connection handling code; cleaned up logging in connection management code
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954903 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 14:15:34 +00:00 |
Sebastian Bazley
|
11b94cdb86
|
2.1.0 does not need JDK 1.5
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954746 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 08:18:25 +00:00 |
Sebastian Bazley
|
a8706c026d
|
Update instructions
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954699 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 02:41:49 +00:00 |
Sebastian Bazley
|
25071e091c
|
Disambiguate local links so they work with the Doxia 1.1 (which is current for Maven 2.1.0)
(whilst still remaining compatible with the previous Doxia release)
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@954679 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-15 00:15:49 +00:00 |