You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/03/25 03:09:36 UTC

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

Author: ggregory
Date: Mon Mar 25 02:09:36 2013
New Revision: 1460503

URL: http://svn.apache.org/r1460503
Log:
Add link to RFC 2047.

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=1460503&r1=1460502&r2=1460503&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/fileupload/trunk/src/site/xdoc/index.xml Mon Mar 25 02:09:36 2013
@@ -40,7 +40,8 @@
         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.
+        Starting with version <b>1.3</b>, FileUpload handles 
+        <a href="https://www.ietf.org/rfc/rfc2047.txt">RFC 2047</a> 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>