You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2004/09/22 22:17:21 UTC

svn commit: rev 47069 - cocoon/branches/BRANCH_2_1_X

Author: vgritsenko
Date: Wed Sep 22 13:17:21 2004
New Revision: 47069

Modified:
   cocoon/branches/BRANCH_2_1_X/status.xml
Log:
update on AbstractSAXTransformer


Modified: cocoon/branches/BRANCH_2_1_X/status.xml
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml	(original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml	Wed Sep 22 13:17:21 2004
@@ -204,6 +204,11 @@
 
   <changes>
  <release version="@version@" date="@date@">
+   <action dev="VG" type="fix">
+     AbstractSAXTransformer namespaceURI and defaultNamespaceURI must never
+     be null. When extending AbstractSAXTransformer make sure to set
+     defaultNamespaceURI in the constructor.
+   </action>
    <action dev="VG" type="add">
      Faces block: Initial implementation of JavaServer Faces for Cocoon.
    </action>