Author: jochen Date: Mon Jun 21 10:15:00 2010 New Revision: 956526 URL: http://svn.apache.org/viewvc?rev=956526&view=rev Log: (empty)
Added: commons/sandbox/commons-fileupload2/src/site/resources/images/logo-commons.png (with props) Removed: commons/sandbox/commons-fileupload2/src/site/resources/images/jakarta-logo-blue.gif commons/sandbox/commons-fileupload2/src/site/resources/images/logo.gif Modified: commons/sandbox/commons-fileupload2/src/site/apt/index.apt commons/sandbox/commons-fileupload2/src/site/site.xml Modified: commons/sandbox/commons-fileupload2/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/commons/sandbox/commons-fileupload2/src/site/apt/index.apt?rev=956526&r1=956525&r2=956526&view=diff ============================================================================== --- commons/sandbox/commons-fileupload2/src/site/apt/index.apt (original) +++ commons/sandbox/commons-fileupload2/src/site/apt/index.apt Mon Jun 21 10:15:00 2010 @@ -25,14 +25,18 @@ Commons FileUpload 2 high-performance, file upload capability to your servlets and web applications. - FileUpload parses HTTP requests which conform to + Commons <<FileUpload>> 2 parses HTTP requests which conform to {{{http://www.ietf.org/rfc/rfc1867.txt}RFC 1867}}, "Form-based File Upload in HTML". That is, if an HTTP request is submitted using the POST method, and with a content type of "multipart/form-data", then FileUpload can parse that request, and make the results available in a manner easily used by the caller. -Documentation + Commons <<FileUpload>> 2 is implemented using the + {{{http://james.apache.org/mime4j/}Mime4J}} parser for multipart + requests. + +* Documentation The following documentation is available: @@ -48,7 +52,17 @@ Documentation You can also {{{source-repository.html}browse}} the Subversion repository. -Support +* Why Commons FileUpload 2? + + Commons <<FileUpload>> 2 replaces its popular predecessor, + Commons <<FileUpload>> 1, which gained enormous popularity since + its inception in 2002. However, the first implementation was + showing its age. The necessity for binary compatibility made it + increasingly difficult to include new features and resolve issues. + Additionally, a number of architectural errors could only be + removed by creating a new implementation. + +* Support The {{{mail-lists.html}Apache Commons mailing lists}} act as the main support forum. The <<user>> list is suitable for most library @@ -57,5 +71,3 @@ Support so prefix your e-mail subject line with <<<[fileupload]>>>. Issues may be reported via {{{issue-tracking.html}ASF JIRA}}. - - Added: commons/sandbox/commons-fileupload2/src/site/resources/images/logo-commons.png URL: http://svn.apache.org/viewvc/commons/sandbox/commons-fileupload2/src/site/resources/images/logo-commons.png?rev=956526&view=auto ============================================================================== Binary file - no diff available. Propchange: commons/sandbox/commons-fileupload2/src/site/resources/images/logo-commons.png ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: commons/sandbox/commons-fileupload2/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-fileupload2/src/site/site.xml?rev=956526&r1=956525&r2=956526&view=diff ============================================================================== --- commons/sandbox/commons-fileupload2/src/site/site.xml (original) +++ commons/sandbox/commons-fileupload2/src/site/site.xml Mon Jun 21 10:15:00 2010 @@ -16,11 +16,16 @@ limitations under the License. --> <project name="FileUpload 2"> + <bannerLeft> + <name>Apache Commons</name> + <src>images/logo-commons.png</src> + <href>http://commons.apache.org/</href> + </bannerLeft> <bannerRight> <name>Commons FileUpload 2</name> - <src>/images/logo.png</src> - <href>/index.html</href> + <src>images/logo.png</src> + <href>index.html</href> </bannerRight> <body>