mbecke 2004/01/16 20:24:19 Modified: httpclient Tag: HTTPCLIENT_2_0_BRANCH release_notes.txt Log: 2.0 RC3 updates. Revision Changes Path No revision No revision 1.9.2.6 +35 -0 jakarta-commons/httpclient/release_notes.txt Index: release_notes.txt =================================================================== RCS file: /home/cvs/jakarta-commons/httpclient/release_notes.txt,v retrieving revision 1.9.2.5 retrieving revision 1.9.2.6 diff -u -r1.9.2.5 -r1.9.2.6 --- release_notes.txt 12 Oct 2003 04:02:20 -0000 1.9.2.5 +++ release_notes.txt 17 Jan 2004 04:24:19 -0000 1.9.2.6 @@ -1,3 +1,38 @@ +Release 2.0 Release Candidate 3 +------------------- +Changes since Release Candidate 2: + + * HTTP status line parser changed to be more robust when dealing with non-compliant + HTTP responses (leading blanks before 'HTTP' signature). + + * Fixed NPE in HttpMethodBase#responseBodyConsumed(). + + * 24309 - Changed MultiThreadedHttpConnectionManager to move to a single connection + GC thread. Fixed memory and thread leaks. + + * 24327 - Fixed a bug where HttpClient did not reset the 'force-close connection' + flag, when an HTTP method was automatically retried (for instance, when automatically + handling an authentication challenge). + + * 24352 - Fixed the bug causing basic authentication via NLTM Proxy to fail. + + * 25370 - Connections are now closed and released automatically when an unrecoverable + exception occurs in HttpMethodBase.processRequest(). + + * 23866 - Fixed possible uncaught IllegalArgumentException in Cookie parsing. + + * 25264 - Added support for cookies with a domain attribute '.domain.com' issued by + host 'domain.com' in the browser compatibility mode. Even though the cookie violates + RFC 2109 it still gets accepted by mainstream browsers (tested with Mozilla Firebird and IE). + + * 24869 - Changed DigestScheme to only accept a challenge if all fields required + by RFC 2617 are present. + + * 24671 - Added ISO-8859-1 support for digest authentication passwords, and basic authentication + user names and passwords. + + * Javadoc enhancements. + Release 2.0 Release Candidate 2 ------------------- Changes since Release Candidate 1:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
