You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/03/24 14:09:06 UTC

svn commit: r388511 - /lenya/trunk/src/confpatch/upload-max-size.xweb

Author: michi
Date: Fri Mar 24 05:09:03 2006
New Revision: 388511

URL: http://svn.apache.org/viewcvs?rev=388511&view=rev
Log:
upload max size patcher added

Added:
    lenya/trunk/src/confpatch/upload-max-size.xweb

Added: lenya/trunk/src/confpatch/upload-max-size.xweb
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/confpatch/upload-max-size.xweb?rev=388511&view=auto
==============================================================================
--- lenya/trunk/src/confpatch/upload-max-size.xweb (added)
+++ lenya/trunk/src/confpatch/upload-max-size.xweb Fri Mar 24 05:09:03 2006
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<xweb xpath="/web-app/servlet/init-param[param-name='upload-max-size']/param-value"
+      remove="/web-app/servlet/init-param[param-name='upload-max-size']/param-value/text()"
+>10000000</xweb>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org