You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by ch...@apache.org on 2019/01/16 11:35:55 UTC

svn commit: r1039076 [2/46] - in /websites/production/commons/content/proper/commons-fileupload: ./ apidocs/ apidocs/org/apache/commons/fileupload/ apidocs/org/apache/commons/fileupload/class-use/ apidocs/org/apache/commons/fileupload/disk/ apidocs/org...

Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/DefaultFileItem.html
==============================================================================
--- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/DefaultFileItem.html (original)
+++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/DefaultFileItem.html Wed Jan 16 11:35:52 2019
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>DefaultFileItem (Apache Commons FileUpload 1.4-SNAPSHOT API)</title>
+<title>DefaultFileItem (Apache Commons FileUpload 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DefaultFileItem (Apache Commons FileUpload 1.4-SNAPSHOT API)";
+            parent.document.title="DefaultFileItem (Apache Commons FileUpload 1.4 API)";
         }
     }
     catch(err) {
@@ -91,7 +91,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html" title="class in org.apache.commons.fileupload.disk">org.apache.commons.fileupload.disk.DiskFileItem</a></li>
@@ -115,7 +115,7 @@
 <div class="block"><span class="deprecationComment">1.1 Use <code>DiskFileItem</code> instead.</span></div>
 </div>
 <br>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
 public class <a href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItem.html#line.38">DefaultFileItem</a>
 extends <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html" title="class in org.apache.commons.fileupload.disk">DiskFileItem</a></pre>
 <div class="block"><p> The default implementation of the
@@ -124,7 +124,7 @@ extends <a href="../../../../org/apache/
  <p> After retrieving an instance of this class from a <a href="../../../../org/apache/commons/fileupload/DiskFileUpload.html" title="class in org.apache.commons.fileupload"><code>DiskFileUpload</code></a> instance (see
  <a href="../../../../org/apache/commons/fileupload/DiskFileUpload.html" title="class in org.apache.commons.fileupload"><code>#parseRequest(javax.servlet.http.HttpServletRequest)</code></a>), you may
  either request all contents of file at once using <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#get--"><code>DiskFileItem.get()</code></a> or
- request an <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> with
+ request an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> with
  <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getInputStream--"><code>DiskFileItem.getInputStream()</code></a> and process the file without attempting to load
  it into memory, which may come handy with large files.</div>
 </li>
@@ -160,12 +160,12 @@ extends <a href="../../../../org/apache/
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/DefaultFileItem.html#DefaultFileItem-java.lang.String-java.lang.String-boolean-java.lang.String-int-java.io.File-">DefaultFileItem</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
-               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType,
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/DefaultFileItem.html#DefaultFileItem-java.lang.String-java.lang.String-boolean-java.lang.String-int-java.io.File-">DefaultFileItem</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
+               <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType,
                boolean&nbsp;isFormField,
-               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName,
+               <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName,
                int&nbsp;sizeThreshold,
-               <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;repository)</code>
+               <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;repository)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
 <div class="block"><span class="deprecationComment">1.1 Use <code>DiskFileItem</code> instead.</span></div>
 </div>
@@ -185,14 +185,14 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.commons.fileupload.disk.<a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html" title="class in org.apache.commons.fileupload.disk">DiskFileItem</a></h3>
-<code><a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#delete--">delete</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#finalize--">finalize</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#get--">get</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getCharSet--">getCharSet</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getContentType--">getContentType</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getFieldName--">getFieldName</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getHeaders--">getHeaders</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getInputStream--">getInputStream</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getName--">getName</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileIte
 m.html#getOutputStream--">getOutputStream</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getSize--">getSize</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getStoreLocation--">getStoreLocation</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getString--">getString</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getString-java.lang.String-">getString</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getTempFile--">getTempFile</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#isFormField--">isFormField</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#isInMemory--">isInMemory</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#setFieldName-java.lang.String-">setFieldName</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#se
 tFormField-boolean-">setFormField</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#setHeaders-org.apache.commons.fileupload.FileItemHeaders-">setHeaders</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#toString--">toString</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#write-java.io.File-">write</a></code></li>
+<code><a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#delete--">delete</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#finalize--">finalize</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#get--">get</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getCharSet--">getCharSet</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getContentType--">getContentType</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getDefaultCharset--">getDefaultCharset</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getFieldName--">getFieldName</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getHeaders--">getHeaders</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getInputStream--">getInputStream</a>, <a href="../../../../org/apache/commons/fileupl
 oad/disk/DiskFileItem.html#getName--">getName</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getOutputStream--">getOutputStream</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getSize--">getSize</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getStoreLocation--">getStoreLocation</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getString--">getString</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getString-java.lang.String-">getString</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#getTempFile--">getTempFile</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#isFormField--">isFormField</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#isInMemory--">isInMemory</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#setDefau
 ltCharset-java.lang.String-">setDefaultCharset</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#setFieldName-java.lang.String-">setFieldName</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#setFormField-boolean-">setFormField</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#setHeaders-org.apache.commons.fileupload.FileItemHeaders-">setHeaders</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#toString--">toString</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItem.html#write-java.io.File-">write</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/la
 ng/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/7/docs/api/
 java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -214,13 +214,13 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DefaultFileItem</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItem.html#line.63">DefaultFileItem</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
-                                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType,
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItem.html#line.63">DefaultFileItem</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
+                                   <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType,
                                    boolean&nbsp;isFormField,
-                                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName,
+                                   <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName,
                                    int&nbsp;sizeThreshold,
-                                   <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;repository)</pre>
+                                   <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;repository)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">1.1 Use <code>DiskFileItem</code> instead.</span></div>
 <div class="block">Constructs a new <code>DefaultFileItem</code> instance.</div>
 <dl>
@@ -310,6 +310,6 @@ public&nbsp;<a href="../../../../src-htm
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/DefaultFileItemFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/DefaultFileItemFactory.html (original)
+++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/DefaultFileItemFactory.html Wed Jan 16 11:35:52 2019
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>DefaultFileItemFactory (Apache Commons FileUpload 1.4-SNAPSHOT API)</title>
+<title>DefaultFileItemFactory (Apache Commons FileUpload 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DefaultFileItemFactory (Apache Commons FileUpload 1.4-SNAPSHOT API)";
+            parent.document.title="DefaultFileItemFactory (Apache Commons FileUpload 1.4 API)";
         }
     }
     catch(err) {
@@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html" title="class in org.apache.commons.fileupload.disk">org.apache.commons.fileupload.disk.DiskFileItemFactory</a></li>
@@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab";
 <div class="block"><span class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> instead.</span></div>
 </div>
 <br>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
 public class <a href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItemFactory.html#line.42">DefaultFileItemFactory</a>
 extends <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html" title="class in org.apache.commons.fileupload.disk">DiskFileItemFactory</a></pre>
 <div class="block"><p>The default <a href="../../../../org/apache/commons/fileupload/FileItemFactory.html" title="interface in org.apache.commons.fileupload"><code>FileItemFactory</code></a>
@@ -180,7 +180,7 @@ extends <a href="../../../../org/apache/
 </tr>
 <tr class="rowColor">
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/DefaultFileItemFactory.html#DefaultFileItemFactory-int-java.io.File-">DefaultFileItemFactory</a></span>(int&nbsp;sizeThreshold,
-                      <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;repository)</code>
+                      <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;repository)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
 <div class="block"><span class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> instead.</span></div>
 </div>
@@ -203,10 +203,10 @@ extends <a href="../../../../org/apache/
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface in org.apache.commons.fileupload">FileItem</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/DefaultFileItemFactory.html#createItem-java.lang.String-java.lang.String-boolean-java.lang.String-">createItem</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
-          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/DefaultFileItemFactory.html#createItem-java.lang.String-java.lang.String-boolean-java.lang.String-">createItem</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
+          <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType,
           boolean&nbsp;isFormField,
-          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName)</code>
+          <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
 <div class="block"><span class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> instead.</span></div>
 </div>
@@ -218,14 +218,14 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.commons.fileupload.disk.<a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html" title="class in org.apache.commons.fileupload.disk">DiskFileItemFactory</a></h3>
-<code><a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#getFileCleaningTracker--">getFileCleaningTracker</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#getRepository--">getRepository</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#getSizeThreshold--">getSizeThreshold</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setFileCleaningTracker-org.apache.commons.io.FileCleaningTracker-">setFileCleaningTracker</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setRepository-java.io.File-">setRepository</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setSizeThreshold-int-">setSizeThreshold</a></code></li>
+<code><a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#getDefaultCharset--">getDefaultCharset</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#getFileCleaningTracker--">getFileCleaningTracker</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#getRepository--">getRepository</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#getSizeThreshold--">getSizeThreshold</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setDefaultCharset-java.lang.String-">setDefaultCharset</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setFileCleaningTracker-org.apache.commons.io.FileCleaningTracker-">setFileCleaningTracker</a>, <a href="../../../../org/apache/commons/fileupload/disk/DiskFileItemFactory.html#setRepository-java.io.File-">setRepository</a>, <a href="../../../../org/apache/commons/fileu
 pload/disk/DiskFileItemFactory.html#setSizeThreshold-int-">setSizeThreshold</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/7/docs/api/ja
 va/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -247,7 +247,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>DefaultFileItemFactory</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
 public&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItemFactory.html#line.53">DefaultFileItemFactory</a>()</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> instead.</span></div>
 <div class="block">Constructs an unconfigured instance of this class. The resulting factory
@@ -260,9 +260,9 @@ public&nbsp;<a href="../../../../src-htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DefaultFileItemFactory</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
 public&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItemFactory.html#line.70">DefaultFileItemFactory</a>(int&nbsp;sizeThreshold,
-                                          <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;repository)</pre>
+                                          <a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;repository)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> instead.</span></div>
 <div class="block">Constructs a preconfigured instance of this class.</div>
 <dl>
@@ -290,11 +290,11 @@ public&nbsp;<a href="../../../../src-htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>createItem</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface in org.apache.commons.fileupload">FileItem</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItemFactory.html#line.94">createItem</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
-                                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType,
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface in org.apache.commons.fileupload">FileItem</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DefaultFileItemFactory.html#line.94">createItem</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
+                                       <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType,
                                        boolean&nbsp;isFormField,
-                                       <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName)</pre>
+                                       <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> instead.</span></div>
 <div class="block">Create a new <a href="../../../../org/apache/commons/fileupload/DefaultFileItem.html" title="class in org.apache.commons.fileupload"><code>DefaultFileItem</code></a>
  instance from the supplied parameters and the local factory
@@ -385,6 +385,6 @@ public&nbsp;<a href="../../../../org/apa
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/DiskFileUpload.html
==============================================================================
--- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/DiskFileUpload.html (original)
+++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/DiskFileUpload.html Wed Jan 16 11:35:52 2019
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>DiskFileUpload (Apache Commons FileUpload 1.4-SNAPSHOT API)</title>
+<title>DiskFileUpload (Apache Commons FileUpload 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DiskFileUpload (Apache Commons FileUpload 1.4-SNAPSHOT API)";
+            parent.document.title="DiskFileUpload (Apache Commons FileUpload 1.4 API)";
         }
     }
     catch(err) {
@@ -97,7 +97,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../org/apache/commons/fileupload/FileUploadBase.html" title="class in org.apache.commons.fileupload">org.apache.commons.fileupload.FileUploadBase</a></li>
@@ -118,7 +118,7 @@ var activeTableTab = "activeTableTab";
              <code>DiskFileItemFactory</code> instead.</span></div>
 </div>
 <br>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
 public class <a href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.41">DiskFileUpload</a>
 extends <a href="../../../../org/apache/commons/fileupload/FileUploadBase.html" title="class in org.apache.commons.fileupload">FileUploadBase</a></pre>
 <div class="block"><p>High level API for processing file uploads.</p>
@@ -215,7 +215,7 @@ extends <a href="../../../../org/apache/
 </td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#getRepositoryPath--">getRepositoryPath</a></span>()</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
 <div class="block"><span class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> instead.</span></div>
@@ -231,11 +231,11 @@ extends <a href="../../../../org/apache/
 </td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface in org.apache.commons.fileupload">FileItem</a>&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#parseRequest-javax.servlet.http.HttpServletRequest-int-long-java.lang.String-">parseRequest</a></span>(<a href="http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html?is-external=true" title="class or interface in javax.servlet.http">HttpServletRequest</a>&nbsp;req,
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface in org.apache.commons.fileupload">FileItem</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#parseRequest-javax.servlet.http.HttpServletRequest-int-long-java.lang.String-">parseRequest</a></span>(<a href="https://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html?is-external=true" title="class or interface in javax.servlet.http">HttpServletRequest</a>&nbsp;req,
             int&nbsp;sizeThreshold,
             long&nbsp;sizeMax,
-            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>
+            <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
 <div class="block"><span class="deprecationComment">1.1 Use <code>ServletFileUpload</code> instead.</span></div>
 </div>
@@ -251,7 +251,7 @@ extends <a href="../../../../org/apache/
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#setRepositoryPath-java.lang.String-">setRepositoryPath</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;repositoryPath)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/DiskFileUpload.html#setRepositoryPath-java.lang.String-">setRepositoryPath</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;repositoryPath)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
 <div class="block"><span class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> instead.</span></div>
 </div>
@@ -277,8 +277,8 @@ extends <a href="../../../../org/apache/
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/7/docs/api/ja
 va/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -300,7 +300,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>DiskFileUpload</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
 public&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.62">DiskFileUpload</a>()</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">1.1 Use <code>FileUpload</code> instead.</span></div>
 <div class="block">Constructs an instance of this class which uses the default factory to
@@ -317,7 +317,7 @@ public&nbsp;<a href="../../../../src-htm
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DiskFileUpload</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
 public&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.77">DiskFileUpload</a>(<a href="../../../../org/apache/commons/fileupload/DefaultFileItemFactory.html" title="class in org.apache.commons.fileupload">DefaultFileItemFactory</a>&nbsp;fileItemFactory)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">1.1 Use <code>FileUpload</code> instead.</span></div>
 <div class="block">Constructs an instance of this class which uses the supplied factory to
@@ -344,7 +344,7 @@ public&nbsp;<a href="../../../../src-htm
 <ul class="blockList">
 <li class="blockList">
 <h4>getFileItemFactory</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
 public&nbsp;<a href="../../../../org/apache/commons/fileupload/FileItemFactory.html" title="interface in org.apache.commons.fileupload">FileItemFactory</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.93">getFileItemFactory</a>()</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">1.1 Use <code>FileUpload</code> instead.</span></div>
 <div class="block">Returns the factory class used when creating file items.</div>
@@ -362,7 +362,7 @@ public&nbsp;<a href="../../../../org/apa
 <ul class="blockList">
 <li class="blockList">
 <h4>setFileItemFactory</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
 public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.108">setFileItemFactory</a>(<a href="../../../../org/apache/commons/fileupload/FileItemFactory.html" title="interface in org.apache.commons.fileupload">FileItemFactory</a>&nbsp;factory)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">1.1 Use <code>FileUpload</code> instead.</span></div>
 <div class="block">Sets the factory class to use when creating file items. The factory must
@@ -382,7 +382,7 @@ public&nbsp;void&nbsp;<a href="../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>getSizeThreshold</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
 public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.123">getSizeThreshold</a>()</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> instead.</span></div>
 <div class="block">Returns the size threshold beyond which files are written directly to
@@ -401,7 +401,7 @@ public&nbsp;int&nbsp;<a href="../../../.
 <ul class="blockList">
 <li class="blockList">
 <h4>setSizeThreshold</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
 public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.137">setSizeThreshold</a>(int&nbsp;sizeThreshold)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> instead.</span></div>
 <div class="block">Sets the size threshold beyond which files are written directly to disk.</div>
@@ -419,8 +419,8 @@ public&nbsp;void&nbsp;<a href="../../../
 <ul class="blockList">
 <li class="blockList">
 <h4>getRepositoryPath</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.152">getRepositoryPath</a>()</pre>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.152">getRepositoryPath</a>()</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> instead.</span></div>
 <div class="block">Returns the location used to temporarily store files that are larger
  than the configured size threshold.</div>
@@ -438,8 +438,8 @@ public&nbsp;<a href="http://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>setRepositoryPath</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.167">setRepositoryPath</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;repositoryPath)</pre>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.167">setRepositoryPath</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;repositoryPath)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">1.1 Use <code>DiskFileItemFactory</code> instead.</span></div>
 <div class="block">Sets the location used to temporarily store files that are larger
  than the configured size threshold.</div>
@@ -457,11 +457,11 @@ public&nbsp;void&nbsp;<a href="../../../
 <ul class="blockListLast">
 <li class="blockList">
 <h4>parseRequest</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface in org.apache.commons.fileupload">FileItem</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.192">parseRequest</a>(<a href="http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html?is-external=true" title="class or interface in javax.servlet.http">HttpServletRequest</a>&nbsp;req,
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface in org.apache.commons.fileupload">FileItem</a>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/DiskFileUpload.html#line.192">parseRequest</a>(<a href="https://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html?is-external=true" title="class or interface in javax.servlet.http">HttpServletRequest</a>&nbsp;req,
                                                int&nbsp;sizeThreshold,
                                                long&nbsp;sizeMax,
-                                               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)
+                                               <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;path)
                                         throws <a href="../../../../org/apache/commons/fileupload/FileUploadException.html" title="class in org.apache.commons.fileupload">FileUploadException</a></pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">1.1 Use <code>ServletFileUpload</code> instead.</span></div>
 <div class="block">Processes an <a href="http://www.ietf.org/rfc/rfc1867.txt">RFC 1867</a>
@@ -551,6 +551,6 @@ public&nbsp;<a href="http://docs.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/FileItem.html
==============================================================================
--- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/FileItem.html (original)
+++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/FileItem.html Wed Jan 16 11:35:52 2019
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>FileItem (Apache Commons FileUpload 1.4-SNAPSHOT API)</title>
+<title>FileItem (Apache Commons FileUpload 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FileItem (Apache Commons FileUpload 1.4-SNAPSHOT API)";
+            parent.document.title="FileItem (Apache Commons FileUpload 1.4 API)";
         }
     }
     catch(err) {
@@ -117,7 +117,7 @@ extends <a href="../../../../org/apache/
  <p> After retrieving an instance of this class from a <a href="../../../../org/apache/commons/fileupload/FileUpload.html" title="class in org.apache.commons.fileupload"><code>FileUpload</code></a> instance (see
  <a href="../../../../org/apache/commons/fileupload/servlet/ServletFileUpload.html" title="class in org.apache.commons.fileupload.servlet"><code>#parseRequest(javax.servlet.http.HttpServletRequest)</code></a>), you may
  either request all contents of the file at once using <a href="../../../../org/apache/commons/fileupload/FileItem.html#get--"><code>get()</code></a> or
- request an <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> with
+ request an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> with
  <a href="../../../../org/apache/commons/fileupload/FileItem.html#getInputStream--"><code>getInputStream()</code></a> and process the file without attempting to load
  it into memory, which may come handy with large files.
 
@@ -163,37 +163,37 @@ extends <a href="../../../../org/apache/
 </td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItem.html#getContentType--">getContentType</a></span>()</code>
 <div class="block">Returns the content type passed by the browser or <code>null</code> if
  not defined.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItem.html#getFieldName--">getFieldName</a></span>()</code>
 <div class="block">Returns the name of the field in the multipart form corresponding to
  this file item.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItem.html#getInputStream--">getInputStream</a></span>()</code>
-<div class="block">Returns an <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> that can be
+<div class="block">Returns an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> that can be
  used to retrieve the contents of the file.</div>
 </td>
 </tr>
 <tr id="i5" class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItem.html#getName--">getName</a></span>()</code>
 <div class="block">Returns the original filename in the client's filesystem, as provided by
  the browser (or other client software).</div>
 </td>
 </tr>
 <tr id="i6" class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a></code></td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItem.html#getOutputStream--">getOutputStream</a></span>()</code>
-<div class="block">Returns an <a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> that can
+<div class="block">Returns an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> that can
  be used for storing the contents of the file.</div>
 </td>
 </tr>
@@ -204,15 +204,15 @@ extends <a href="../../../../org/apache/
 </td>
 </tr>
 <tr id="i8" class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItem.html#getString--">getString</a></span>()</code>
 <div class="block">Returns the contents of the file item as a String, using the default
  character encoding.</div>
 </td>
 </tr>
 <tr id="i9" class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItem.html#getString-java.lang.String-">getString</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding)</code>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItem.html#getString-java.lang.String-">getString</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding)</code>
 <div class="block">Returns the contents of the file item as a String, using the specified
  encoding.</div>
 </td>
@@ -233,7 +233,7 @@ extends <a href="../../../../org/apache/
 </tr>
 <tr id="i12" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItem.html#setFieldName-java.lang.String-">setFieldName</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItem.html#setFieldName-java.lang.String-">setFieldName</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Sets the field name used to reference this file item.</div>
 </td>
 </tr>
@@ -246,7 +246,7 @@ extends <a href="../../../../org/apache/
 </tr>
 <tr id="i14" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItem.html#write-java.io.File-">write</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItem.html#write-java.io.File-">write</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)</code>
 <div class="block">A convenience method to write an uploaded item to disk.</div>
 </td>
 </tr>
@@ -278,16 +278,16 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>getInputStream</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.60">getInputStream</a>()
-                    throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
-<div class="block">Returns an <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> that can be
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.60">getInputStream</a>()
+                    throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Returns an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> that can be
  used to retrieve the contents of the file.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>An <a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> that can be
+<dd>An <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> that can be
          used to retrieve the contents of the file.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an error occurs.</dd>
+<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an error occurs.</dd>
 </dl>
 </li>
 </ul>
@@ -297,7 +297,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>getContentType</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.69">getContentType</a>()</pre>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.69">getContentType</a>()</pre>
 <div class="block">Returns the content type passed by the browser or <code>null</code> if
  not defined.</div>
 <dl>
@@ -313,7 +313,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>getName</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.83">getName</a>()</pre>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.83">getName</a>()</pre>
 <div class="block">Returns the original filename in the client's filesystem, as provided by
  the browser (or other client software). In most cases, this will be the
  base file name, without path information. However, some clients, such as
@@ -379,8 +379,8 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>getString</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.122">getString</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding)
-          throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></pre>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.122">getString</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;encoding)
+          throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></pre>
 <div class="block">Returns the contents of the file item as a String, using the specified
  encoding.  This method uses <a href="../../../../org/apache/commons/fileupload/FileItem.html#get--"><code>get()</code></a> to retrieve the
  contents of the item.</div>
@@ -390,7 +390,7 @@ extends <a href="../../../../org/apache/
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>The contents of the item, as a string.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></code> - if the requested character
+<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/io/UnsupportedEncodingException.html?is-external=true" title="class or interface in java.io">UnsupportedEncodingException</a></code> - if the requested character
                                       encoding is not available.</dd>
 </dl>
 </li>
@@ -401,7 +401,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>getString</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.131">getString</a>()</pre>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.131">getString</a>()</pre>
 <div class="block">Returns the contents of the file item as a String, using the default
  character encoding.  This method uses <a href="../../../../org/apache/commons/fileupload/FileItem.html#get--"><code>get()</code></a> to retrieve the
  contents of the item.</div>
@@ -417,8 +417,8 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>write</h4>
-<pre>void&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.149">write</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
-    throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<pre>void&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.149">write</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
+    throws <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
 <div class="block">A convenience method to write an uploaded item to disk. The client code
  is not concerned with whether or not the item is stored in memory, or on
  disk in a temporary location. They just want to write the uploaded item
@@ -433,7 +433,7 @@ extends <a href="../../../../org/apache/
 <dd><code>file</code> - The <code>File</code> into which the uploaded item should
              be stored.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if an error occurs.</dd>
+<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code> - if an error occurs.</dd>
 </dl>
 </li>
 </ul>
@@ -457,7 +457,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>getFieldName</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.166">getFieldName</a>()</pre>
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.166">getFieldName</a>()</pre>
 <div class="block">Returns the name of the field in the multipart form corresponding to
  this file item.</div>
 <dl>
@@ -472,7 +472,7 @@ extends <a href="../../../../org/apache/
 <ul class="blockList">
 <li class="blockList">
 <h4>setFieldName</h4>
-<pre>void&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.173">setFieldName</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>void&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.173">setFieldName</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Sets the field name used to reference this file item.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -518,16 +518,16 @@ extends <a href="../../../../org/apache/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getOutputStream</h4>
-<pre><a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.202">getOutputStream</a>()
-                      throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
-<div class="block">Returns an <a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> that can
+<pre><a href="https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItem.html#line.202">getOutputStream</a>()
+                      throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">Returns an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> that can
  be used for storing the contents of the file.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
-<dd>An <a href="http://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> that can be used
+<dd>An <a href="https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> that can be used
          for storing the contensts of the file.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an error occurs.</dd>
+<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an error occurs.</dd>
 </dl>
 </li>
 </ul>
@@ -600,6 +600,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/FileItemFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/FileItemFactory.html (original)
+++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/FileItemFactory.html Wed Jan 16 11:35:52 2019
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="en">
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>FileItemFactory (Apache Commons FileUpload 1.4-SNAPSHOT API)</title>
+<title>FileItemFactory (Apache Commons FileUpload 1.4 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FileItemFactory (Apache Commons FileUpload 1.4-SNAPSHOT API)";
+            parent.document.title="FileItemFactory (Apache Commons FileUpload 1.4 API)";
         }
     }
     catch(err) {
@@ -129,10 +129,10 @@ var activeTableTab = "activeTableTab";
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface in org.apache.commons.fileupload">FileItem</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItemFactory.html#createItem-java.lang.String-java.lang.String-boolean-java.lang.String-">createItem</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
-          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/fileupload/FileItemFactory.html#createItem-java.lang.String-java.lang.String-boolean-java.lang.String-">createItem</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
+          <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType,
           boolean&nbsp;isFormField,
-          <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName)</code>
+          <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName)</code>
 <div class="block">Create a new <a href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface in org.apache.commons.fileupload"><code>FileItem</code></a> instance from the supplied parameters and
  any local factory configuration.</div>
 </td>
@@ -158,10 +158,10 @@ var activeTableTab = "activeTableTab";
 <ul class="blockListLast">
 <li class="blockList">
 <h4>createItem</h4>
-<pre><a href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface in org.apache.commons.fileupload">FileItem</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItemFactory.html#line.39">createItem</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
-                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType,
+<pre><a href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface in org.apache.commons.fileupload">FileItem</a>&nbsp;<a href="../../../../src-html/org/apache/commons/fileupload/FileItemFactory.html#line.39">createItem</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName,
+                    <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contentType,
                     boolean&nbsp;isFormField,
-                    <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName)</pre>
+                    <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileName)</pre>
 <div class="block">Create a new <a href="../../../../org/apache/commons/fileupload/FileItem.html" title="interface in org.apache.commons.fileupload"><code>FileItem</code></a> instance from the supplied parameters and
  any local factory configuration.</div>
 <dl>
@@ -246,6 +246,6 @@ var activeTableTab = "activeTableTab";
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file