olegk 2004/05/05 12:56:29
Modified: httpclient release_notes.txt
Log:
HttpClient 3.0-alpha1 feature list
Revision Changes Path
1.21 +48 -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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- release_notes.txt 3 May 2004 20:18:49 -0000 1.20
+++ release_notes.txt 5 May 2004 19:56:29 -0000 1.21
@@ -1,4 +1,52 @@
+New features:
+-------------
+
+(1) Architecture
+
+ * New preference architecture
+
+ * Improved exception handling framework
+
+ * Granular non-standards configuration and tracking
+
+ * Improved HTTP Version configuration and tracking
+
+ * Support for streaming entities
+
+ * Support for tunneled HTTP proxies via the ProxyClient
+
+(2) Connection management
+
+ * Support for closing idle connections
+
+ * Support for JDK1.4 connect timeout through reflection
+
+ * Support for connection manager shutdown
+
+(3) Authentication
+
+ * Improved authentication framework
+
+ * Plug-in mechanism for authentication modules
+
+ * Interactive authentication support
+
+ * Alternate authentication support
+
+(4) Cookie management
+
+ * Cookie specification plug-in mechanism
+
+ * 'Ignore cookies' cookie policy
+
+ * Improved Netscape cookie support
+
+(5) Redirects
+
+ * Cross-site redirect support
+
Changes on the CVS trunk:
+-------------------------
* 28728 - HttpUrl now accepts unescaped passwords
Contributed by Michael Becke <mbecke at apache.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]