Scarab commit: svn commit: r10951 - branches/release/0.22/src/conf/conf/componentConfiguration.xml
Johannes Höchstädter <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech
Date: 2010-03-08 01:16:21-0800
New Revision: 10951
Modified:
branches/release/0.22/src/conf/conf/componentConfiguration.xml
Log:
FIX - Somewhat curious error message triggered by fulcrum upload for invalid file size removed. Upload accepts unlimited count of bytes. Error for invalid file size is thrown by intake.
Modified: branches/release/0.22/src/conf/conf/componentConfiguration.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/src/conf/conf/componentConfiguration.xml?view=diff&pathrev=10951&r1=10950&r2=10951
==============================================================================
--- branches/release/0.22/src/conf/conf/componentConfiguration.xml (original)
+++ branches/release/0.22/src/conf/conf/componentConfiguration.xml 2010-03-08 01:16:21-0800
@@ -5,7 +5,7 @@
<!-- Torque Component initialized from the Turbine runtime properties -->
<torque />
<mimetype mimetypes="/WEB-INF/conf/mime.types" />
- <upload repository="WEB-INF" sizeMax="@SCARAB_FILE_MAX_SIZE@"
+ <upload repository="WEB-INF" sizeMax="-1"
sizeThreshold="8192" />
<parser />
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2456414