Oleg Kalnichevski
|
3c5e2e6491
|
Split Cookie interface into a generic non-mutable Cookie interface and mutable SetCookie interface representing SetCookie response header sent by the origin server to the HTTP agent in order to maintain a conversational state
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558519 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-22 18:19:49 +00:00 |
Oleg Kalnichevski
|
6d36b3aa06
|
Made Cookie an interface
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558477 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-22 12:54:07 +00:00 |
Roland Weber
|
bdeb8786af
|
HTTPCLIENT-636: a wee bit closer towards getting rid of static maps
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558458 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-22 03:56:56 +00:00 |
Roland Weber
|
e7e4c61470
|
HTTPCLIENT-636: towards getting rid of static maps
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558358 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-21 17:30:46 +00:00 |
Roland Weber
|
098150494e
|
located root cause of HTTPCLIENT-653
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558329 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-21 13:41:42 +00:00 |
Roland Weber
|
1de2544013
|
even more cosmetic renaming
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558328 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-21 13:27:19 +00:00 |
Roland Weber
|
5bf5f124b0
|
more cosmetic renaming
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558327 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-21 13:12:40 +00:00 |
Roland Weber
|
906f22009c
|
cosmetic renaming
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558326 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-21 12:51:37 +00:00 |
Roland Weber
|
8621fbf232
|
HTTPCLIENT-674: use VersionInfo from core
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558325 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-21 12:29:49 +00:00 |
Oleg Kalnichevski
|
83273bbe10
|
Formatting
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558321 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-21 12:01:38 +00:00 |
Oleg Kalnichevski
|
087401fd1e
|
Added interactive authentication sample
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558320 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-21 11:59:43 +00:00 |
Roland Weber
|
aee7161317
|
split RouteDirector into interface and basic implementation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558315 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-21 11:39:57 +00:00 |
Oleg Kalnichevski
|
c4a9583527
|
HTTPCLIENT-666: Replace HttpState with CredentialsProvier and CookieStore interfaces
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558158 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-20 21:33:17 +00:00 |
Oleg Kalnichevski
|
7ea84c4be4
|
Added basic CookieStore and CredentialsProvider impls based on old HttpState class
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558148 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-20 21:19:39 +00:00 |
Oleg Kalnichevski
|
329a7c3f52
|
* Changed protocol cookie interceptors to use CookieStore instead of HttpState
* Changed default client request redirector to use CredentialsProvider instead of HttpState
* Deprecated HttpState
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558131 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-20 20:53:23 +00:00 |
Oleg Kalnichevski
|
1ed3733d6c
|
Added CredentialsProvider interface
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558124 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-20 20:36:47 +00:00 |
Oleg Kalnichevski
|
881bd9c983
|
Added CookieStore interface
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558123 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-20 20:29:58 +00:00 |
Roland Weber
|
46270b747a
|
JavaDoc fix
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558122 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-20 20:29:43 +00:00 |
Roland Weber
|
826d674e3d
|
adapted examples to HTTPCORE-100, updated release notes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558121 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-20 20:27:05 +00:00 |
Roland Weber
|
fd53851031
|
adapted to HTTPCORE-100
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558119 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-20 20:21:22 +00:00 |
Roland Weber
|
d4862a917b
|
HTTPCLIENT-618: class HostConfiguration is no more
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558079 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-20 18:13:22 +00:00 |
Roland Weber
|
5f99e69191
|
added contrib attribution, to keep in style
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@557711 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-19 18:06:29 +00:00 |
Roland Weber
|
5a90e4a07c
|
HTTPCLIENT-672: re-sync with core snapshot
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@557708 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-19 17:55:05 +00:00 |
Roland Weber
|
bfb47ec954
|
removed double init of params
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@557674 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-19 16:23:09 +00:00 |
Oleg Kalnichevski
|
2b8720b521
|
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@556293 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-14 15:39:34 +00:00 |
Oleg Kalnichevski
|
54a5a14178
|
[maven-release-plugin] prepare release 4.0-alpha1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@556291 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-14 15:39:21 +00:00 |
Oleg Kalnichevski
|
38f23316bb
|
Added a statement on expected performance improvements to the release notes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@555991 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-13 13:37:46 +00:00 |
Roland Weber
|
2046a83cb3
|
changed @since tags, nothing in these packages is older than 4.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@555245 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-11 11:14:49 +00:00 |
Roland Weber
|
1e5ff31bbd
|
trivial tests on exceptions and params to make coverage look better
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@555241 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-11 11:05:31 +00:00 |
Roland Weber
|
3f02535b7a
|
more tests for RouteTracker, now at 100%
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@555232 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-11 10:21:31 +00:00 |
Roland Weber
|
1c51824585
|
fixed bug in proxy chain handling
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@555215 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-11 08:54:20 +00:00 |
Oleg Kalnichevski
|
fc9772e6b1
|
Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@555208 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-11 08:38:40 +00:00 |
Oleg Kalnichevski
|
0a7a2b6c72
|
Removed superfluous method call and confusing comments
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@555207 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-11 08:36:59 +00:00 |
Roland Weber
|
10d199b557
|
minimal package.html for the API packages
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@555193 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-11 07:36:47 +00:00 |
Roland Weber
|
ffc73ba4c1
|
minor updates to website and README
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@555189 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-11 07:09:00 +00:00 |
Oleg Kalnichevski
|
851cd62784
|
Web site fixes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554961 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-10 14:34:59 +00:00 |
Oleg Kalnichevski
|
dcb1753bd6
|
Added BIN-WITH-DEPENDENCIES assemblies
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554954 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-10 14:08:15 +00:00 |
Roland Weber
|
25797763c3
|
removed System.out.println from tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554949 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-10 13:59:56 +00:00 |
Roland Weber
|
a54f729dc3
|
first tests for RouteTracker, re-ordered some checks to avoid unreachable code
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554948 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-10 13:58:10 +00:00 |
Oleg Kalnichevski
|
c053c6f954
|
Optimized BIN assemblies making them somewhat less verbose
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554934 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-10 13:23:03 +00:00 |
Roland Weber
|
377178bd3c
|
minor textual changes, reformatted to 79 chars/line
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554901 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-10 10:41:41 +00:00 |
Oleg Kalnichevski
|
8886fbcaa3
|
Keep RAT happy
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554708 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-09 16:58:33 +00:00 |
Oleg Kalnichevski
|
0c655260d2
|
4.0 alpha1 release statement
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554694 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-09 16:09:18 +00:00 |
Roland Weber
|
a570921169
|
fixed resource processing
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554635 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-09 13:18:41 +00:00 |
Oleg Kalnichevski
|
ebbc30a916
|
Added assembly descriptors; javadoc fix; added readme file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554598 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-09 10:33:18 +00:00 |
Roland Weber
|
dfeee678b3
|
added license header
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554596 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-09 10:30:18 +00:00 |
Oleg Kalnichevski
|
b1a5b1e304
|
Added release notes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554453 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-08 21:53:04 +00:00 |
Oleg Kalnichevski
|
ee814d147e
|
HttpComponents HttpClient web site sources
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554410 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-08 18:54:36 +00:00 |
Oleg Kalnichevski
|
7784120878
|
* Added cookie identity comparator
* Fixed broken HttpState#addCookie() method
* Added an example demonstrating how to perform form-based logon
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554349 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-08 11:45:20 +00:00 |
Roland Weber
|
6034c35e2e
|
replaced outdated example URL
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554233 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-07 18:06:54 +00:00 |