cziegeler 2003/11/07 02:03:40
Modified: src/webapp/WEB-INF web.xml
Log:
Adding comment about show-time.
Revision Changes Path
1.8 +4 -1 cocoon-2.1/src/webapp/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- web.xml 22 Sep 2003 19:12:40 -0000 1.7
+++ web.xml 7 Nov 2003 10:03:40 -0000 1.8
@@ -242,7 +242,10 @@
time to the end of each response. Value 'hide' adds processing time as
an
HTML comment. By default, processing time is not added (corresponds to
value 'no').
-
+ NOTE: If you use this feature, Cocoon might generated a wrong content
+ length header in the response. This is due to the internal processing
+ of Readers and the Caching. So, this might be the reason if you get
+ a warning about a wrong content length.
<init-param>
<param-name>show-time</param-name>
<param-value>hide</param-value>