vmassol 02/03/11 08:00:13
Modified: documentation/docs/xdocs todo.xml
Log:
a few more todos and one less ...
Revision Changes Path
1.2 +17 -7 jakarta-cactus/documentation/docs/xdocs/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/todo.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- todo.xml 10 Mar 2002 14:10:25 -0000 1.1
+++ todo.xml 11 Mar 2002 16:00:13 -0000 1.2
@@ -41,6 +41,10 @@
<action>
Document all new features of Cactus 1.3.
</action>
+ <action>
+ Add release notes file when releasing Cactus 1.3 that explains the
+ known bugs and current limitations of this version.
+ </action>
</category>
</version>
@@ -135,10 +139,11 @@
needed for others.
</action>
<action>
- Move to Log4J 1.2 so that we can use the notion of Repository and not
- interfere with the application to test if this later also uses log4j
- for its own logging. Note: What about moving to commons-logging ? Will
- it also support non-interference with application log ?
+ Add a debug switch to Cactus that is off by default so that Cactus
+ logging won't interfere with the logging of the application under test.
+ Log4J 1.2 solves this by introducing the notion of Repositories.
+ However, not everyone has switched yet to log4j 1.2 so it would
+ probably be an issue.
</action>
<action>
Consider using Commons Logging Wrapper as it provides seamless support
@@ -149,9 +154,7 @@
unit testing (the tutorial that explains the process will be part
of Cactus 1.2 but the inclusion of the sample will be delivered
in a subsequent release as it involves some changes in the build
- process). Prerequisite: We need to move from Servlet API 2.x paradigm
- to the J2EE 1.x paradigm (ie. move from servlet.jar to j2ee.jar - this
- involves a few build and packaging changes).
+ process).
</action>
<action>
Consider moving from HttpURLConnection to Commons HttpClient. This
@@ -163,6 +166,13 @@
progress in this area. In term of design, isolate the implementation
with an interface so that different implementation can be plugged in
without affecting any other business classes.
+ </action>
+ <action>
+ Add support for Chunked-Transfer-Encoding (HTTP 1.1). There is currently
+ a bug in Cactus 1.3 in AutoReadHttpURLConnection that prevents it to
+ work (see
+ <link href="http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6944">Bug
+ #6944</link>. Thanks to Ryan Shaw.
</action>
</category>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>