Date: 2005-03-14T07:05:42
   Editor: NicoVerwer
   Wiki: Cocoon Wiki
   Page: StreamGenerator
   URL: http://wiki.apache.org/cocoon/StreamGenerator

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -78,3 +78,6 @@
 
 '''Note''': In Cocoon 2.1.6 there is a 
[http://issues.apache.org/bugzilla/show_bug.cgi?id=32491 bug in 
org.apache.cocoon.xml.XMLUtils]
 which prevents cinclude from using the POST method. There is a fix, which 
hopefully will be applied soon.
+
+
+'''Note''': The cocoon: protocol cannot be used in {{{<cinclude:src>}}} , 
because {{{org.apache.cocoon.components.source.SourceUtil}} limits is to using 
GET, and the StreamGenerator only accepts POST.