| /[Apache-SVN]/httpcomponents/oac.hc3x/trunk/release_notes.txt |
Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
HTTPCLIENT-848: connections not released when SSL tunneling fails
HTTPCLIENT-837: Fixed problem with the wire log skipping zero byte values if read one byte at a time. Contributed by Kirill Safonov <ksafonov at swiftteams.com>
[HTTPCLIENT-804: ChunkedInputStream no longer accepts truncated chunks as valid input
HttpConnection#isResponseAvailable(int) changed to return false if the connection is closed instead of throwing java.lang.IllegalStateException
HTTPCLIENT-717: added null check to shutdown and closeIdleConnections
initial copy of HttpClient 3.x
Updated release notes and project files for release 3.1 final
HTTPCLIENT-679: Fixed RFC3986 compliance problem in URI absolutization code Contributed by Jeff Dalton <jeffdalton104 at hotmail dot> Reviewed by Oleg Kalnichevski
HTTPCLIENT-675 and HTTPCLIENT-676
HTTPCLIENT-665
initial copy of HttpClient 3.x tree: trunk, tags, and branches
Improved API Doc regarding response buffering. PR: HTTPCLIENT-651 Contributed by: Ortwin Glück
HTTPCLIENT-650 and updated release notes
HTTPCLIENT-645: Cookie#compare() changed to do a simple case-sensitive string comparison when comparing path attributes instead of using a static instance of RuleBasedCollator Contributed by Oleg Kalnichevski Reviewed by Roland Weber
Changes for 3.1-rc1 release
Fixed resource leaks PR: HTTPCLIENT-641 Contributed by Hanson Char Reviewed by Ortwin Glück
Updated release notes with HTTPCLIENT-634
[HTTPCLIENT-633]: MultithreadedConnectionManager's handling of thread interrupts. Contributed by: Michael Becke Reviewed by: Roland Weber and Oleg Kalnichevski
HTTPCLIENT-628
HTTPCLIENT-625
Add missing entries from Release 2.0.2.
Fixed leak in ConnectionPool.mapHost PR: HTTPCLIENT-622 Contributed by: Michael Becke, Ortwin Glück Reviewed by: Michael Becke, Ortwin Glück
Fix for [HTTPCLIENT-612]: FileRequestEntity in SVN does not close input file Contributed by Sebastian Bazley Reviewed by Oleg Kalnichevski
Fix for [HTTPCLIENT-616]: HttpMethodDirector.executeWithRetry method fails to close the underlying connection if a RuntimeException is thrown Contributed by Jason Bird Reviewed by Oleg Kalnichevski
Fix for [HTTPCLIENT-606] HttpMethodDirector fails when redirecting to a encoded URL location changelog: - Added a HTTP method level parameter for URI charset Contributed by Oleg Kalnichevski <olegk at apache.org>
Added a convenience method that is memory-safe. PR: HTTPCLIENT-610 Contributed by: Ortwin Glück Reviewed by: Oleg Kalnichevski
3.1 Beta 1 release notes
Fix for [HTTPCLIENT-598]: ContentLengthInputStream does not implement available() properly Contributed by Igor Lubashev <igorlord at yahoo.com> Reviewed by Oleg Kalnichevski
HTTPCLIENT-597
Fix for [HTTPCLIENT-593]: ProtocolSocketFactory equals and hashCode don't support subclassing Contributed by Chris Audley <chrisaudley at yahoo.com> Reviewed by Oleg Kalnichevski, Ortwin Glück and Roland Weber
Fix for [HTTPCLIENT-594]: HttpMethodBase#aborted variable mistakenly declared transient instead of volatile Contributed by Oleg Kalnichevski Reviewed by Ortwin Glück and Roland Weber
Preparing 3.1-ALPHA1 release * Added a list of new features * Added a list of API changes since 3.0
[HTTPCLIENT-588] relative URIs with internal double-slashes ('//') misparsed
Contributed by Gordon Mohr <gojomo at archive.org>
Reviewed by Oleg Kalnichevski and Roland Weber
[HTTPCLIENT-587] derelativizing of relative URIs with a scheme is incorrect Contributed by Gordon Mohr <gojomo at archive.org> Reviewed by Oleg Kalnichevski and Roland Weber
Replaced Bugzilla ticket numbers with the corresponding Jira ticket numbers
Reorganized the release notes in preparation for the 3.1-alpha1 release
[HTTPCLIENT-494] Invalid redirects are not corrected Changelog: Invalid redirect location now causes a protocol exception Contributed by Ortwin Glück and Oleg Kalnichevski Reviewed by Roland Weber
[HTTPCLIENT-582] Allow access to registered cookie policies Contributed by Sebastian Bazley Reviewed by Roland Weber and Oleg Kalnichevski
PR #19102 and #10813
PR #36918 (Digest auth uses wrong uri in proxy authentication) Changelog: Digest auth scheme fixed to generate correct digest uri in HTTP CONNECT requests Contributed by Oleg Kalnichevski Reviewed by Ortwin Glück
PR #38818
PR: 38636 HttpState.clearCookies() should be synchronized Submitted by: Peter Dolberg Reviewed by: Oleg Kalnichevsky
PR #38385 (Nullpointer when creating URI from scheme specific part with null fragment) Contributed by Michele Vivoda <vivodamichele at hotmail.com> Reviewed by Oleg Kalnichevski
PR #38043 (Digest auth uses incorrect URI) Changelog: * Digest URI changed to include query parameters Contributed by Oleg Kalnichevski Reviewed by Michael Becke and Ortwin Glück
PR #38004 (Explicit VirtualHosts Can Cause Issues On Redirects) Contributed by Oleg Kalnichevski Reviewed by Ortwin Glück and Michael Becke
Fixed broken setter method. PR: 38139 Submitted by: Mike Boyers Reviewed by: Oleg Kalnichevski
PR #37988
Updates for 3.0 release.
PR #37526
PR #37256 (Patch contributed by Loïc Péron)
PR #37256
PR #37197
PR #37154
PR #37129
Updates for 3.0 RC4
PR #36882
Typo
PR #36791
PR #36339
PR #36372 (nonce-count in digest auth should not be quoted) Contributed by Ortwin Glück Reviewed by Oleg Kalnichevsky
PR #36369
PR #36595
PR #36140
PR #35085
PR #35944
SimpleHttpConnectionManager now logs warnings when it detects it is being used incorrectly. PR: 35815 Contributed by Michael Becke Reviewed by Ortwin Glueck and Oleg Kalnichevski
Fixed: Do not retry if host is unreachable. PR: 35642 Reviewed by: Oleg Kalnichevski
Updates for 3.0RC3
PR #35365
PR #35322
PR #35225, #35328
PR #34960
fixed relative URIs beginning with a colon. PR: 35148 Contributed by: Gordon Mohr Reviewed by: Oleg Kalnichevsky, Ortwin Glück
Fixed a typo
PR #34961
PR #34780
PR #34740
PR #34721
PR #34583
PR #34459
PR #34427
Updates for 3.0rc2
PR #34255
PR #33720
PR #34262
Fix for broken InputStreamRequestEntity#isRepeatable method, contributed by Matthew-J Watson <matthew-j.watson at db.com>
PR #33677
PR #33988
Fixed exception in HttpConnection because of unchecked buffer size PR: 33947 Reviewed by: Oleg Kalnichevsku, Jorge Gonzales Varela
PR #33856
svn:keywords correction
PR #33541
PR #33468
revert move. they want to start afresh
Move Jakarta Commons HttpClient to Jakarta HttpClient
Missing release header
Oopsie
PR #32833
PR #33021
PR #32955
PR #32835
PR #32607
PR #32333 PR #32558 PR #32409
PR #32765
PR #32742
added the latest changes
PR #31981
PR #31607
PR #31471
ContentLengthInputStream no longer supports mark() & reset() methods. Old broken implementation removed. Contributed by Eric Johnson <eric at tibco.com> Reviewed by Oleg Kalnichevski
Updates for 3.0 alpha2
PR #10793 (User definable default headers support) Changelog: * default headers can be defined at the host or agent level * Header class made immutable Contributed by Oleg Kalnichevski Reviewed by Michael Becke
PR #30652 (Allow configuration of SO_LINGER) Contributed by Oleg Kalnichevski Reviewed by Michael Becke
PR #31163 (DateParser refactoring; Stateful cookie specs) Changelog: * CookieSpec instantiated on a per method basis * CookieSpec classes made stateful * DateParser no longer tightly coupled with the DefaultHttpParams Contributed by Oleg Kalnichevski Reviewed by Michael Becke
PR #21329 (Add InputStream buffering) Contributed by Bjarne Rasmussen <brasmussen -at- novell.com> Reviewed by Oleg Kalnichevski & Michael Becke
PR #29897
MultiThreadedHttpConnectionManager now support configuring the maximum number of connections on a per host basis. PR: 29636 Submitted by: Michael Becke Reviewed by: Oleg Kalnichevski
Changelog update: PR# 29549, 29383, 29883, 29874
PR #29540
Release notes updated to include PR #29439
Release notes update
HttpConnection.isOpen() no longer logs closed connections as stale. PR: 29265 Submitted by: Michael Becke Reviewed by: Oleg Kalnichevski
Moved/added content type handling to RequestEntity. PR: 28645 Submitted by: Michael Becke and Oleg Kalnichevski
Release notes updated
Release notes update
HttpClient 3.0-alpha1 feature list
Project team update
Release notes update
HttpUrl now accepts unescaped passwords. PR: 28728 Submitted by: Michael Becke Reviewed by: Oleg Kalnichevski
Release notes updated for the 2.0 final
Adds IgnoreCookiesSpec. PR: 24012 Submitted by: Michael Becke Reviewed by: Oleg Kalnichevski
Updated changelog
Reworked DigestScheme - The qop Parameter is parsed correctly and not just ignored - Missing qop is handled correctly - DigestScheme is now prepared to handle the auth-int qop option (even though an implementation is not possible with the current design) - The public interface of DigestScheme is narrowed (as it is not needed by the tests any more) - The test cases check the actual result rather than checking for equality after another run through the same logic. Note: This is not simple for requests that require the client to generate a cnonce. Thos cases are still TODO. - DigestScheme requires a nonce in every challange now (according to RFC 2617) test cases changed accordingly Introducing HttpClientError Reviewed by: Oleg Kalnichevski
Documentation updates for RC1. (Copied from branch 2.0
Javadocs fixes, updated release notes
Updated news.xml & release notes
2.0 Release Condidate 1 documentation & site update Contributed by Oleg Kalnichevski
updates for 2.0 beta 2 release
Removed spurious control characters(again). Thanks to Tetsuya Kitahata for catching this.
Removed spurious control characters.
Updated URI path resolution to conform to http://www.apache.org/~fielding/uri/rev-2002/issues.html. PR: 20665 Reviewed by: Adrian Sutton and Oleg Kalnichevski
Changelog updated
Bug fix #20240 (Cookies with null path attribute are rejected in the compatibility mode) Reviewed by Mike Becke Contributed by Oleg Kalnichevski
2.0a3 & 2.0b1 release Changelog Contributed by Adrian Sutton & Oleg Kalnichevski
Final cleanups for 2.0 Alpha 2
adding release_notes.txt removing a couple of deprecated methods in Cookie renaming HttpMethod.followRedirects to HttpMethod.getFollowRedirects
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |