You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2013/03/13 11:49:20 UTC

svn commit: r1455879 - /commons/proper/fileupload/trunk/src/site/xdoc/index.xml

Author: simonetripodi
Date: Wed Mar 13 10:49:19 2013
New Revision: 1455879

URL: http://svn.apache.org/r1455879
Log:
[FILEUPLOAD-199] updated FileUpload main page to make clear that since 1.3 RFC 2047 is supported in header values

Modified:
    commons/proper/fileupload/trunk/src/site/xdoc/index.xml

Modified: commons/proper/fileupload/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/src/site/xdoc/index.xml?rev=1455879&r1=1455878&r2=1455879&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/fileupload/trunk/src/site/xdoc/index.xml Wed Mar 13 10:49:19 2013
@@ -39,6 +39,9 @@
         "multipart/form-data", then FileUpload can parse that request, and
         make the results available in a manner easily used by the caller.
       </p>
+      <p>
+        Since version <b>1.3</b>, FileUpload is able to handle RFC2047 encoded header values.
+      </p>
 
       <p>The simplest way to send a <i>multipart/form-data</i> request to a server is via a web form, i.e.</p>
       <source><![CDATA[<form method="POST" enctype="multipart/form-data" action="fup.cgi">