Oleg Kalnichevski
|
2eb2eda4bb
|
Changed Browser-Compatibility and Best-Match cookie policies to emulate the behaviour of FireFox more closely when parsing Netscape style cookies. Comma will no longer be treated as a header element separator if Set-Cookie does not contain a Version attribute mandated by the RFC2109 / RFC 2965 cookie specifications
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1057148 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-10 10:57:29 +00:00 |
Sebastian Bazley
|
7ee591f0f4
|
Merge jar manifest entries into httpclient parent pom
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1056561 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-07 23:43:27 +00:00 |
Oleg Kalnichevski
|
4f23a5086e
|
Move default implementations of the majority of abstract classes from DefaultHttpClient to AbstractHttpClient
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1056277 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-07 11:56:21 +00:00 |
Sebastian Bazley
|
992078af1c
|
Remove unnecessary store
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055715 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-06 02:33:22 +00:00 |
Oleg Kalnichevski
|
a703914575
|
HTTPCLIENT-1026: shut down connection manager in a try-finally
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055629 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-05 20:39:15 +00:00 |
Oleg Kalnichevski
|
441006d804
|
Use special HttpRoutedConnection interafce to access route details in the protocol level classes, as ManagedClientConnection interface is blocking I/O model specific
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055464 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-05 14:16:08 +00:00 |
Oleg Kalnichevski
|
e95f6ce960
|
Always use remote port of the underyling connection as default when creating CookieOrigin instance
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1055406 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-05 10:54:20 +00:00 |
Oleg Kalnichevski
|
232ee999c8
|
Corrected debug logs: report zero keep-alive duration as indefinite; use better terminology ('indefinitely' instead of 'for ever')
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1054960 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-04 10:26:15 +00:00 |
Oleg Kalnichevski
|
dafdf43025
|
Fixed misspelled method name
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1053832 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-30 09:10:00 +00:00 |
Oleg Kalnichevski
|
261fb7d7db
|
Moved target host extraction code to a re-usable static method in the URIUtils class
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1053679 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 17:35:36 +00:00 |
Oleg Kalnichevski
|
21aae1dfe2
|
Removed calls to deprecated methods
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1053675 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 17:05:04 +00:00 |
Oleg Kalnichevski
|
eda06a75ee
|
Removed static socket factories; adjusted Scheme#hashCode and Scheme#equals
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1053589 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 09:54:02 +00:00 |
Oleg Kalnichevski
|
18de7cda9c
|
Support for default scheme initialization; no args constructor for pooling connection and single connection managers
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1053367 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-28 15:18:26 +00:00 |
Jonathan Moore
|
b9851bc11c
|
Changed bad host for retry handler tests to bogus.example.com
from www.complete.garbage.invalid, which seems to have better
timing properties for me (and hopefully Hudson).
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1053062 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 13:07:53 +00:00 |
Oleg Kalnichevski
|
eb0eab0a86
|
Code clean-ups
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1050152 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-16 20:42:22 +00:00 |
Sebastian Bazley
|
d1e2ee3c82
|
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1049721 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-15 21:42:33 +00:00 |
Sebastian Bazley
|
022c25070e
|
Javadoc - explain deprecation
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1048912 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-14 02:14:11 +00:00 |
Sebastian Bazley
|
ef1e4d0890
|
HTTPCLIENT-911 Support underscore in domain name, or provide better exception
If getHost() returns null, extract host:port from getAuthority()
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1048881 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-14 00:53:54 +00:00 |
Sebastian Bazley
|
0b5e40c11d
|
Revert accidental changes made in r980937
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1045364 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 20:33:05 +00:00 |
Sebastian Bazley
|
a11743431b
|
Fix up clirr version comparison so defaults to 4.0, except cache=4.1-alpha2
Can also override individually using -DcomparisonVersion and -Dcache.comparisonVersion
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1045260 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 17:53:59 +00:00 |
Sebastian Bazley
|
3fc9bd963c
|
Extract setup of default HttpParams into public static method
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1045232 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 16:59:32 +00:00 |
Sebastian Bazley
|
967b8af955
|
Document initial parameter settings
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1045074 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 11:35:35 +00:00 |
Sebastian Bazley
|
f5a01c6cb2
|
No point checking for null, as instanceof else clause handles it
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1044527 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-10 22:51:44 +00:00 |
Sebastian Bazley
|
74581924cc
|
Improve equals performance: no need to check for null; perform cheapest checks first.
Use short-cut evaluation
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1044525 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-10 22:41:07 +00:00 |
Sebastian Bazley
|
19022393be
|
Add some more tests for equals
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1044524 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-10 22:38:10 +00:00 |
Oleg Kalnichevski
|
50906f44e3
|
Made #equals and #hashCode of HttpRoute consistent with implementations in other classes
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1044411 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-10 15:55:41 +00:00 |
Sebastian Bazley
|
9a4d4f8bdd
|
[HTTPCLIENT-1030] HttpRoute.equals(Object o) is quite inefficient, as it does not take full advantage of shortcut logic
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1044366 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-10 14:15:54 +00:00 |
Sebastian Bazley
|
4580b4f733
|
Typo: credenticals => credentials
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1043920 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-09 12:02:43 +00:00 |
Sebastian Bazley
|
9475e26293
|
HTTPCLIENT-1031 Cannot clone BasicClientCookie2 without specified ports
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1043664 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-08 20:37:53 +00:00 |
Sebastian Bazley
|
6e306aa4fd
|
Stuff on Execution Context does not really belong here
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1043661 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-08 20:27:55 +00:00 |
Sebastian Bazley
|
40ef33ce81
|
Clarify that getURI() may return a relative URI
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1043510 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-08 16:43:29 +00:00 |
Sebastian Bazley
|
d1f6c23e10
|
HTTPCLIENT-1030) Implement "ignoreCookies" CookieSpec
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1042225 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-04 19:01:02 +00:00 |
Oleg Kalnichevski
|
e6af69f2e4
|
Never ever discard Errors by catching and ignoring Throwable
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1042217 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-04 17:58:08 +00:00 |
Sebastian Bazley
|
23948c02cd
|
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1042005 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-03 21:14:23 +00:00 |
Oleg Kalnichevski
|
317cddd89a
|
Upgraded project version to 4.1-beta2-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1037288 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-20 18:17:57 +00:00 |
Oleg Kalnichevski
|
023363e3ff
|
Made PlainSocketFactory non-final; improved SSLSocketFactory#connectSocket() to accept plain sockets as input
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1036123 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-17 17:22:28 +00:00 |
Oleg Kalnichevski
|
b5340858b8
|
Fixed project site urls
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1036113 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-17 17:08:23 +00:00 |
Oleg Kalnichevski
|
9e54454530
|
Generate LICENSE and NOTICE resources automatically using maven plugin; fixed javadoc links to external resources
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1031582 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-05 14:28:48 +00:00 |
Oleg Kalnichevski
|
31590950b5
|
Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1030510 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-03 16:04:47 +00:00 |
Oleg Kalnichevski
|
c76574f947
|
Dedicated branch for testing maven-notice-plugin
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/notice-plugin-test@1026503 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-22 21:47:45 +00:00 |
Oleg Kalnichevski
|
6d67c55306
|
TABS -> SPACES
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1026121 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-21 19:59:18 +00:00 |
Oleg Kalnichevski
|
e8bb17f4e2
|
Fixed examples
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1026120 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-21 19:57:32 +00:00 |
Sebastian Bazley
|
e4d6204517
|
@Overrides
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1023981 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-18 20:16:06 +00:00 |
Sebastian Bazley
|
15c154c8ac
|
Simplify and eliminate boxing warnings
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1023978 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-18 20:13:01 +00:00 |
Sebastian Bazley
|
fa172d971d
|
Make private immutable variable final
Missing @Override markers
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1023974 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-18 20:09:39 +00:00 |
Oleg Kalnichevski
|
29f896a0a3
|
HTTPCLIENT-919: Support for NTLMv1, NTLMv2, and NTLM2 Session authentication.
Contributed by Karl Wright <karl.wright at nokia.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1023959 13f79535-47bb-0310-9956-ffa450edef68
|
2010-10-18 19:20:08 +00:00 |
Oleg Kalnichevski
|
e5596fb025
|
HTTPCLIENT-1002: Stale connection check fails if wire logging is on
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1002956 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-30 07:35:30 +00:00 |
Oleg Kalnichevski
|
a2deba9de5
|
TABS -> SPACES
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1001145 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 06:46:36 +00:00 |
Oleg Kalnichevski
|
1e70d5a39e
|
HTTPCLIENT-1000: Maximum connection lifetimes settings for ThreadSafeClientConnManager.
Contributed by Michajlo Matijkiw <michajlo_matijkiw at comcast.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1001144 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-25 06:35:07 +00:00 |
Sebastian Bazley
|
86c464d15e
|
Add missing @Deprecated annotations
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1000096 13f79535-47bb-0310-9956-ffa450edef68
|
2010-09-22 17:19:31 +00:00 |