You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by mi...@apache.org on 2006/03/16 09:41:32 UTC

svn commit: r386287 - in /cocoon/branches/BRANCH_2_1_X: build.properties src/webapp/WEB-INF/web.xml

Author: michi
Date: Thu Mar 16 00:41:30 2006
New Revision: 386287

URL: http://svn.apache.org/viewcvs?rev=386287&view=rev
Log:
bug fixed re enable-uploads patching

Modified:
    cocoon/branches/BRANCH_2_1_X/build.properties
    cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/web.xml

Modified: cocoon/branches/BRANCH_2_1_X/build.properties
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/build.properties?rev=386287&r1=386286&r2=386287&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/build.properties (original)
+++ cocoon/branches/BRANCH_2_1_X/build.properties Thu Mar 16 00:41:30 2006
@@ -41,7 +41,7 @@
 #include.driver.postgre=true
 #include.driver.odbc=true
 #config.allow-reloads=true
-#config.enable-uploads=true
+config.enable-uploads=true
 #config.enable-instrumentation=true
 
 # ---- Validation --------------------------------------------------------------

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/web.xml?rev=386287&r1=386286&r2=386287&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/web.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/web.xml Thu Mar 16 00:41:30 2006
@@ -197,7 +197,7 @@
     -->
     <init-param>
       <param-name>enable-uploads</param-name>
-      <param-value>true</param-value>
+      <param-value>false</param-value>
     </init-param>
 
     <!--