bdelacretaz 2003/11/07 02:09:06
Modified: src/webapp/WEB-INF web.xml
Log:
Reference to bugzilla 17370 added
Revision Changes Path
1.9 +3 -2 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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- web.xml 7 Nov 2003 10:03:40 -0000 1.8
+++ web.xml 7 Nov 2003 10:09:06 -0000 1.9
@@ -166,7 +166,7 @@
<param-name>overwrite-uploads</param-name>
<param-value>rename</param-value>
</init-param>
-
+
<!--
Specify maximum allowed size of the upload. Defaults to 10 Mb.
@@ -246,6 +246,7 @@
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.
+ See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17370.
<init-param>
<param-name>show-time</param-name>
<param-value>hide</param-value>
@@ -322,7 +323,7 @@
<servlet-name>Cocoon</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
-
+
<!--
Some servlet engines (Tomcat) have defaults which are not overriden
by '/' mapping, but must be overriden explicitly.