You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by st...@locus.apache.org on 2000/03/17 00:57:54 UTC

cvs commit: xml-cocoon todo.xml

stefano     00/03/16 15:57:54

  Modified:    .        todo.xml
  Log:
  ...
  
  Revision  Changes    Path
  1.21      +9 -5      xml-cocoon/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/todo.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- todo.xml	2000/03/16 13:40:58	1.20
  +++ todo.xml	2000/03/16 23:57:54	1.21
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: todo.xml,v 1.20 2000/03/16 13:40:58 stefano Exp $
  +  $Id: todo.xml,v 1.21 2000/03/16 23:57:54 stefano Exp $
   -->
   
   <todo title="Things To Do">
  @@ -15,16 +15,20 @@
     <person name="Pierpaolo Fumagalli" email="pier@apache.org" id="PF"/>
    </devs>
   
  - <actions priority="medium">
  + <actions priority="High">
     <action context="code">
  -   Add logging.
  +   Make cocoon work in jserv servlet zone without requiring special classpaths.
  +   The problem currently lies in XSP resource loading when special classloaders
  +   are used and affects both Tomcat and JServ. could it be a classloader
  +   implementation problem?
     </action>
  - </actions>
   
    <actions priority="medium">
     <action context="code">
  -   Make cocoon work in jserv servlet zone without requiring special classpaths.
  +   Add logging.
     </action>
  + </actions>
  +
    </actions>
   
   </todo>