vmassol 01/12/17 05:01:27
Modified: docs/framework/xdocs todo.xml
Log:
some new tasks
Revision Changes Path
1.71 +15 -0 jakarta-cactus/docs/framework/xdocs/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/todo.xml,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- todo.xml 2001/12/15 23:09:10 1.70
+++ todo.xml 2001/12/17 13:01:26 1.71
@@ -135,6 +135,21 @@
paradigm (ie. move from servlet.jar to j2ee.jar - this involves a few build
and
packaging changes).
</action>
+ <action>
+ Consider moving from HttpURLConnection to Commons HttpClient. This
+ will solve the problem of asserting code that returns an error
+ response code. Note: this has been fixed in JDK 1.3.1 I believe for
+ HttpURLConnection but as we're already using HttpClient for handling
+ cookies (because the JDK does not seem to provide any API for that).
+ Review JDK 1.4's HttpURLConnection to check if the JDK is making any
+ 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>
+ Consider using Commons Logging Wrapper as it provides seamless support
+ for No Log, Log4J, LogKit and JDK 1.4 logging.
+ </action>
</category>
</version>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>