Gary D. Gregory
89ae855bf9
Serializable classes do not declare serialVersionUID.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725777 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 19:14:31 +00:00
Gary D. Gregory
5db1758215
Remove extra ;
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725776 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 18:58:37 +00:00
Gary D. Gregory
02370fd56a
Redundant super-interface Cookie for the type BasicClientCookie, already defined by SetCookie.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725775 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 18:58:12 +00:00
Gary D. Gregory
9a83f4b807
Do not use deprecated API.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725774 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 18:49:30 +00:00
Gary D. Gregory
931fe1e49b
Use the active voice.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725772 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 18:36:42 +00:00
Gary D. Gregory
3d9979b531
Better grammar.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725771 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 18:34:57 +00:00
Gary D. Gregory
11cba1d02d
Clarification.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725671 13f79535-47bb-0310-9956-ffa450edef68
2016-01-20 05:23:02 +00:00
Oleg Kalnichevski
a00783d3a3
Updated HttpClient 5.0-alpha1 release notes
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725090 13f79535-47bb-0310-9956-ffa450edef68
2016-01-17 13:19:46 +00:00
Oleg Kalnichevski
7232ac3977
Set connection request and connect timeout to 3 minutes by default
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725089 13f79535-47bb-0310-9956-ffa450edef68
2016-01-17 13:19:32 +00:00
Oleg Kalnichevski
a5777d70fd
Updated copyright notice to 2016
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725088 13f79535-47bb-0310-9956-ffa450edef68
2016-01-17 13:19:18 +00:00
Oleg Kalnichevski
58ea63a1f4
Commended out docbkx plugin
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724991 13f79535-47bb-0310-9956-ffa450edef68
2016-01-16 15:17:06 +00:00
Oleg Kalnichevski
14ff5f3744
Updated building instructions
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724990 13f79535-47bb-0310-9956-ffa450edef68
2016-01-16 15:16:53 +00:00
Oleg Kalnichevski
7459a26370
Changed project groupId to org.apache.httpcomponents.core5; changed artifactIds to include major project version (httpclient -> httpclient5)
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724989 13f79535-47bb-0310-9956-ffa450edef68
2016-01-16 15:16:44 +00:00
Oleg Kalnichevski
e9cd71c262
Fixed OSGi metadata
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724979 13f79535-47bb-0310-9956-ffa450edef68
2016-01-16 14:40:23 +00:00
Oleg Kalnichevski
fdfb2a894f
Folded httpmime into httpclient proper
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724977 13f79535-47bb-0310-9956-ffa450edef68
2016-01-16 14:08:13 +00:00
Oleg Kalnichevski
16812c91a3
Moved blocking i/o specific classes to separate packages; optimized package structure
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724967 13f79535-47bb-0310-9956-ffa450edef68
2016-01-16 12:58:34 +00:00
Oleg Kalnichevski
dc86ba043d
Moved code to org.apache.hc.client5 namespace
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724949 13f79535-47bb-0310-9956-ffa450edef68
2016-01-16 10:33:24 +00:00
Oleg Kalnichevski
a4cd379311
HTTPCLIENT-1712: SPNego schemes to take service scheme into account when generating auth token
...
Contributed by Georg Romstorfer <georg.romstorfer at gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724851 13f79535-47bb-0310-9956-ffa450edef68
2016-01-15 16:37:48 +00:00
Oleg Kalnichevski
9465651937
Added #resolveCanonicalHostname to DnsResolver; GGS schemes to use DnsResolver when resolving to canonical hostname
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724610 13f79535-47bb-0310-9956-ffa450edef68
2016-01-14 13:49:23 +00:00
Oleg Kalnichevski
f68bde1394
Use CharSequence instead of CharArrayBuffer
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724609 13f79535-47bb-0310-9956-ffa450edef68
2016-01-14 13:49:09 +00:00
Oleg Kalnichevski
af8e59b6ea
Added #getCreationDate method to Cookie interface
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724317 13f79535-47bb-0310-9956-ffa450edef68
2016-01-12 20:44:31 +00:00
Oleg Kalnichevski
8dedfb3aa4
HTTPCLIENT-1575: route target port must be non negative
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724316 13f79535-47bb-0310-9956-ffa450edef68
2016-01-12 20:44:19 +00:00
Oleg Kalnichevski
1f8fe36da1
Upgraded HttpCore to version 5.0-alpha1
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1724315 13f79535-47bb-0310-9956-ffa450edef68
2016-01-12 20:43:36 +00:00
asf-sync-process
ff89f7d76d
HTTPCLIENT-1710 - fixes - examine all exceptions, correct capture groups count
...
Contributed by 212427891 <munene.kiruja at ge.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1722633 13f79535-47bb-0310-9956-ffa450edef68
2016-01-02 14:20:33 +00:00
Gary D. Gregory
fbee216acb
[HTTPCLIENT-1709] Delete obsolete clone method.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1722051 13f79535-47bb-0310-9956-ffa450edef68
2015-12-29 03:45:31 +00:00
Oleg Kalnichevski
80601602d0
Fix number or format arguments in OSGiProxyConfiguration
...
The format string requires 6 arguments while 7 are provided.
From the format string it is clear that the first argument has
been added by mistake.
Contributed by Michiel Eggermont <michiel.eggermont at gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1721388 13f79535-47bb-0310-9956-ffa450edef68
2015-12-22 12:40:01 +00:00
Oleg Kalnichevski
be46d7fd93
Set socker buffer send/receive sizes from SocketConfig
...
Contributed by Will Vuong <wvuong at chariotsolutions.com>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1720387 13f79535-47bb-0310-9956-ffa450edef68
2015-12-16 16:19:32 +00:00
Oleg Kalnichevski
663560b254
HTTPCLIENT-1704: IgnoreSpec#match to always return false
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1719951 13f79535-47bb-0310-9956-ffa450edef68
2015-12-14 16:27:45 +00:00
Oleg Kalnichevski
963e695b03
Updated standard compliance in project DOAP
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1719829 13f79535-47bb-0310-9956-ffa450edef68
2015-12-13 20:38:41 +00:00
Gary D. Gregory
3e8ed5a22a
Reduce use of magic number 200 (Use HttpStatus.SC_OK)
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1719228 13f79535-47bb-0310-9956-ffa450edef68
2015-12-10 22:51:04 +00:00
Oleg Kalnichevski
fb22d8ff72
HTTPCLIENT-1550: fixed 'deflate' zlib header check
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1717324 13f79535-47bb-0310-9956-ffa450edef68
2015-11-30 20:36:42 +00:00
Oleg Kalnichevski
df4e36c3fb
HTTPCLIENT-1698: Fixed matching of IPv6 addresses by DefaultHostnameVerifier
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1716971 13f79535-47bb-0310-9956-ffa450edef68
2015-11-28 13:25:27 +00:00
Oleg Kalnichevski
3297b7a9f3
HTTPCLIENT-1695: RFC 6265 compliant cookie spec to ignore cookies with empty name / missing value
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1714368 13f79535-47bb-0310-9956-ffa450edef68
2015-11-14 20:48:26 +00:00
Gary D. Gregory
423e1e3fef
Minor edits ("." at end of sentences.)
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1714137 13f79535-47bb-0310-9956-ffa450edef68
2015-11-12 23:12:44 +00:00
Gary D. Gregory
28040a3f2a
[HTTPCLIENT-1696]: Add convenience methods to fluent API class Request.
...
Contributed by Gary Gregory <ggregory @ apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1714136 13f79535-47bb-0310-9956-ffa450edef68
2015-11-12 23:10:58 +00:00
Oleg Kalnichevski
70e603f819
Code cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1713455 13f79535-47bb-0310-9956-ffa450edef68
2015-11-09 15:08:20 +00:00
Oleg Kalnichevski
6ab2c32970
HTTPCLIENT-1216: removed ThreadLocal subclass from DateUtils
...
Contributed by Jochen Kemnade <jochen.kemnade at eddyson.de>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1713430 13f79535-47bb-0310-9956-ffa450edef68
2015-11-09 13:20:47 +00:00
Oleg Kalnichevski
34aba2b3a6
MultipartFormEntity#getContent implementation
...
Contributed by Slikey <trusted at kevin-carstens.de>
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1709815 13f79535-47bb-0310-9956-ffa450edef68
2015-10-21 12:34:34 +00:00
Oleg Kalnichevski
e7d625f604
HTTPCLIENT-1685: PublicSuffixDomainFilter to ignore local hosts and local domains
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1706584 13f79535-47bb-0310-9956-ffa450edef68
2015-10-03 13:46:19 +00:00
Oleg Kalnichevski
da125f2d4d
Log socket timeout values
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1701259 13f79535-47bb-0310-9956-ffa450edef68
2015-09-04 13:49:19 +00:00
Gary D. Gregory
64371f7410
Statement unnecessarily nested within else clause.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1698184 13f79535-47bb-0310-9956-ffa450edef68
2015-08-27 15:26:32 +00:00
Gary D. Gregory
6b8214d4b7
Redundant specification of type arguments.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1698078 13f79535-47bb-0310-9956-ffa450edef68
2015-08-27 04:59:37 +00:00
Gary D. Gregory
0a774df3c6
Add missing groupId.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1698059 13f79535-47bb-0310-9956-ffa450edef68
2015-08-27 04:21:58 +00:00
Gary D. Gregory
ffd4421450
Statement unnecessarily nested within else clause.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1698031 13f79535-47bb-0310-9956-ffa450edef68
2015-08-26 22:29:05 +00:00
Gary D. Gregory
8378e1b644
Unnecessary semicolon.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1698020 13f79535-47bb-0310-9956-ffa450edef68
2015-08-26 22:09:04 +00:00
Gary D. Gregory
786da6501f
Statement unnecessarily nested within else clause.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1698005 13f79535-47bb-0310-9956-ffa450edef68
2015-08-26 21:23:47 +00:00
Gary D. Gregory
3ccb3eaa62
Update JUnit from 4.11 to 4.12.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1697595 13f79535-47bb-0310-9956-ffa450edef68
2015-08-25 08:04:48 +00:00
Gary D. Gregory
6b68265094
Do not check Maven-Eclipse file from RAT checks.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1697526 13f79535-47bb-0310-9956-ffa450edef68
2015-08-25 01:32:06 +00:00
Gary D. Gregory
08f48e8b4d
ExcludeExclude .externalToolBuilders from RAT check.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1697523 13f79535-47bb-0310-9956-ffa450edef68
2015-08-25 00:42:30 +00:00
Gary D. Gregory
37a517f8f3
Exclude maven-eclipse.xml from RAT check.
...
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1697522 13f79535-47bb-0310-9956-ffa450edef68
2015-08-25 00:41:17 +00:00