Author: ajaquith
Date: Sun Feb 24 10:33:52 2008
New Revision: 630655
URL: http://svn.apache.org/viewvc?rev=630655&view=rev
Log:
Replaced COS library with Apache commons-fileupload.
Added:
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/lib/commons-fileupload-1.2.1.jar
(with props)
Removed:
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/doc/LICENSE.cos
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/lib/cos.jar
Modified:
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/etc/web.xml
Modified: incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/etc/web.xml
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/etc/web.xml?rev=630655&r1=630654&r2=630655&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/etc/web.xml (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/etc/web.xml Sun Feb
24 10:33:52 2008
@@ -80,6 +80,11 @@
<param-name>ExceptionHandler.Class</param-name>
<param-value>net.sourceforge.stripes.exception.DefaultExceptionHandler</param-value>
</init-param>
+ <!-- Library for parsing multi-part file uploads -->
+ <init-param>
+ <param-name>MultipartWrapper.Class</param-name>
+
<param-value>net.sourceforge.stripes.controller.multipart.CommonsMultipartWrapper</param-value>
+ </init-param>
</filter>
<!--
Added:
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/lib/commons-fileupload-1.2.1.jar
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/lib/commons-fileupload-1.2.1.jar?rev=630655&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/jspwiki/branches/JSPWIKI_2_9_STRIPES_BRANCH/lib/commons-fileupload-1.2.1.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream