Modified: 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>FileUploadBase (Apache Commons FileUpload 1.4 API)</title>
+<title>FileUploadBase (Apache Commons FileUpload 1.5 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="FileUploadBase (Apache Commons FileUpload 
1.4 API)";
+            parent.document.title="FileUploadBase (Apache Commons FileUpload 
1.5 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = 
{"i0":42,"i1":10,"i2":10,"i3":42,"i4":6,"i5":10,"i6":42,"i7":10,"i8":42,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":41,"i15":9,"i16":10,"i17":42,"i18":10,"i19":42,"i20":10,"i21":6,"i22":10,"i23":10,"i24":10,"i25":10};
+var methods = 
{"i0":42,"i1":10,"i2":10,"i3":42,"i4":10,"i5":6,"i6":10,"i7":42,"i8":10,"i9":42,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":41,"i16":9,"i17":10,"i18":42,"i19":10,"i20":42,"i21":10,"i22":10,"i23":6,"i24":10,"i25":10,"i26":10,"i27":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 
Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -327,19 +327,25 @@ extends <a href="https://docs.oracle.com
 </td>
 </tr>
 <tr id="i4" class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getFileCountMax--">getFileCountMax</a></span>()</code>
+<div class="block">Returns the maximum number of files allowed in a single 
request.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code>abstract <a 
href="../../../../org/apache/commons/fileupload/FileItemFactory.html" 
title="interface in 
org.apache.commons.fileupload">FileItemFactory</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getFileItemFactory--">getFileItemFactory</a></span>()</code>
 <div class="block">Returns the factory class used when creating file 
items.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code>protected <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/FileUploadBase.html#getFileName-org.apache.commons.fileupload.FileItemHeaders-">getFileName</a></span>(<a
 href="../../../../org/apache/commons/fileupload/FileItemHeaders.html" 
title="interface in 
org.apache.commons.fileupload">FileItemHeaders</a>&nbsp;headers)</code>
 <div class="block">Retrieves the file name from the 
<code>Content-disposition</code>
  header.</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>protected <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/FileUploadBase.html#getFileName-java.util.Map-">getFileName</a></span>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;headers)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
@@ -347,14 +353,14 @@ extends <a href="https://docs.oracle.com
 </div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getFileSizeMax--">getFileSizeMax</a></span>()</code>
 <div class="block">Returns the maximum allowed size of a single uploaded file,
  as opposed to <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getSizeMax--"><code>getSizeMax()</code></a>.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code>protected <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/FileUploadBase.html#getHeader-java.util.Map-java.lang.String-">getHeader</a></span>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;headers,
          <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>
@@ -363,41 +369,41 @@ extends <a href="https://docs.oracle.com
 </div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <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/FileUploadBase.html#getHeaderEncoding--">getHeaderEncoding</a></span>()</code>
 <div class="block">Retrieves the character encoding used when reading the 
headers of an
  individual part.</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/fileupload/FileItemIterator.html" 
title="interface in 
org.apache.commons.fileupload">FileItemIterator</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getItemIterator-org.apache.commons.fileupload.RequestContext-">getItemIterator</a></span>(<a
 href="../../../../org/apache/commons/fileupload/RequestContext.html" 
title="interface in 
org.apache.commons.fileupload">RequestContext</a>&nbsp;ctx)</code>
 <div class="block">Processes an <a 
href="http://www.ietf.org/rfc/rfc1867.txt";>RFC 1867</a>
  compliant <code>multipart/form-data</code> stream.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>protected <a 
href="../../../../org/apache/commons/fileupload/FileItemHeaders.html" 
title="interface in 
org.apache.commons.fileupload">FileItemHeaders</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getParsedHeaders-java.lang.String-">getParsedHeaders</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;headerPart)</code>
 <div class="block"> Parses the <code>header-part</code> and returns as 
key/value
  pairs.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/fileupload/ProgressListener.html" 
title="interface in 
org.apache.commons.fileupload">ProgressListener</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getProgressListener--">getProgressListener</a></span>()</code>
 <div class="block">Returns the progress listener.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code>long</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getSizeMax--">getSizeMax</a></span>()</code>
 <div class="block">Returns the maximum allowed size of a complete request, as 
opposed
  to <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getFileSizeMax--"><code>getFileSizeMax()</code></a>.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#isMultipartContent-javax.servlet.http.HttpServletRequest-">isMultipartContent</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)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
@@ -405,20 +411,20 @@ extends <a href="https://docs.oracle.com
 </div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#isMultipartContent-org.apache.commons.fileupload.RequestContext-">isMultipartContent</a></span>(<a
 href="../../../../org/apache/commons/fileupload/RequestContext.html" 
title="interface in 
org.apache.commons.fileupload">RequestContext</a>&nbsp;ctx)</code>
 <div class="block">Utility method that determines whether the request contains 
multipart
  content.</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code>protected <a 
href="../../../../org/apache/commons/fileupload/util/FileItemHeadersImpl.html" 
title="class in 
org.apache.commons.fileupload.util">FileItemHeadersImpl</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#newFileItemHeaders--">newFileItemHeaders</a></span>()</code>
 <div class="block">Creates a new instance of <a 
href="../../../../org/apache/commons/fileupload/FileItemHeaders.html" 
title="interface in 
org.apache.commons.fileupload"><code>FileItemHeaders</code></a>.</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code>protected <a 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#parseHeaders-java.lang.String-">parseHeaders</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;headerPart)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
@@ -426,14 +432,14 @@ extends <a href="https://docs.oracle.com
 </div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code><a 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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;&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#parseParameterMap-org.apache.commons.fileupload.RequestContext-">parseParameterMap</a></span>(<a
 href="../../../../org/apache/commons/fileupload/RequestContext.html" 
title="interface in 
org.apache.commons.fileupload">RequestContext</a>&nbsp;ctx)</code>
 <div class="block">Processes an <a 
href="http://www.ietf.org/rfc/rfc1867.txt";>RFC 1867</a>
  compliant <code>multipart/form-data</code> stream.</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
 <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/FileUploadBase.html#parseRequest-javax.servlet.http.HttpServletRequest-">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)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
@@ -441,40 +447,46 @@ extends <a href="https://docs.oracle.com
 </div>
 </td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i21" class="rowColor">
 <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/FileUploadBase.html#parseRequest-org.apache.commons.fileupload.RequestContext-">parseRequest</a></span>(<a
 href="../../../../org/apache/commons/fileupload/RequestContext.html" 
title="interface in 
org.apache.commons.fileupload">RequestContext</a>&nbsp;ctx)</code>
 <div class="block">Processes an <a 
href="http://www.ietf.org/rfc/rfc1867.txt";>RFC 1867</a>
  compliant <code>multipart/form-data</code> stream.</div>
 </td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i22" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#setFileCountMax-long-">setFileCountMax</a></span>(long&nbsp;fileCountMax)</code>
+<div class="block">Sets the maximum number of files allowed per request.</div>
+</td>
+</tr>
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code>abstract void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#setFileItemFactory-org.apache.commons.fileupload.FileItemFactory-">setFileItemFactory</a></span>(<a
 href="../../../../org/apache/commons/fileupload/FileItemFactory.html" 
title="interface in 
org.apache.commons.fileupload">FileItemFactory</a>&nbsp;factory)</code>
 <div class="block">Sets the factory class to use when creating file 
items.</div>
 </td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#setFileSizeMax-long-">setFileSizeMax</a></span>(long&nbsp;fileSizeMax)</code>
 <div class="block">Sets the maximum allowed size of a single uploaded file,
  as opposed to <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getSizeMax--"><code>getSizeMax()</code></a>.</div>
 </td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#setHeaderEncoding-java.lang.String-">setHeaderEncoding</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">Specifies the character encoding to be used when reading 
the headers of
  individual part.</div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#setProgressListener-org.apache.commons.fileupload.ProgressListener-">setProgressListener</a></span>(<a
 href="../../../../org/apache/commons/fileupload/ProgressListener.html" 
title="interface in 
org.apache.commons.fileupload">ProgressListener</a>&nbsp;pListener)</code>
 <div class="block">Sets the progress listener.</div>
 </td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#setSizeMax-long-">setSizeMax</a></span>(long&nbsp;sizeMax)</code>
 <div class="block">Sets the maximum allowed size of a complete request, as 
opposed
@@ -708,7 +720,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>getFileItemFactory</h4>
-<pre>public abstract&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/FileUploadBase.html#line.185">getFileItemFactory</a>()</pre>
+<pre>public abstract&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/FileUploadBase.html#line.191">getFileItemFactory</a>()</pre>
 <div class="block">Returns the factory class used when creating file 
items.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -722,7 +734,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>setFileItemFactory</h4>
-<pre>public abstract&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.192">setFileItemFactory</a>(<a
 href="../../../../org/apache/commons/fileupload/FileItemFactory.html" 
title="interface in 
org.apache.commons.fileupload">FileItemFactory</a>&nbsp;factory)</pre>
+<pre>public abstract&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.198">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">Sets the factory class to use when creating file 
items.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -736,7 +748,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>getSizeMax</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.204">getSizeMax</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.210">getSizeMax</a>()</pre>
 <div class="block">Returns the maximum allowed size of a complete request, as 
opposed
  to <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getFileSizeMax--"><code>getFileSizeMax()</code></a>.</div>
 <dl>
@@ -754,7 +766,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>setSizeMax</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.218">setSizeMax</a>(long&nbsp;sizeMax)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.224">setSizeMax</a>(long&nbsp;sizeMax)</pre>
 <div class="block">Sets the maximum allowed size of a complete request, as 
opposed
  to <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#setFileSizeMax-long-"><code>setFileSizeMax(long)</code></a>.</div>
 <dl>
@@ -772,7 +784,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>getFileSizeMax</h4>
-<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.229">getFileSizeMax</a>()</pre>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.235">getFileSizeMax</a>()</pre>
 <div class="block">Returns the maximum allowed size of a single uploaded file,
  as opposed to <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getSizeMax--"><code>getSizeMax()</code></a>.</div>
 <dl>
@@ -789,7 +801,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>setFileSizeMax</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.240">setFileSizeMax</a>(long&nbsp;fileSizeMax)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.246">setFileSizeMax</a>(long&nbsp;fileSizeMax)</pre>
 <div class="block">Sets the maximum allowed size of a single uploaded file,
  as opposed to <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getSizeMax--"><code>getSizeMax()</code></a>.</div>
 <dl>
@@ -800,13 +812,41 @@ public static&nbsp;boolean&nbsp;<a href=
 </dl>
 </li>
 </ul>
+<a name="getFileCountMax--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFileCountMax</h4>
+<pre>public&nbsp;long&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.255">getFileCountMax</a>()</pre>
+<div class="block">Returns the maximum number of files allowed in a single 
request.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The maximum number of files allowed in a single request.</dd>
+</dl>
+</li>
+</ul>
+<a name="setFileCountMax-long-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFileCountMax</h4>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.264">setFileCountMax</a>(long&nbsp;fileCountMax)</pre>
+<div class="block">Sets the maximum number of files allowed per request.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>fileCountMax</code> - The new limit. <code>-1</code> means no 
limit.</dd>
+</dl>
+</li>
+</ul>
 <a name="getHeaderEncoding--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeaderEncoding</h4>
-<pre>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/FileUploadBase.html#line.252">getHeaderEncoding</a>()</pre>
+<pre>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/FileUploadBase.html#line.277">getHeaderEncoding</a>()</pre>
 <div class="block">Retrieves the character encoding used when reading the 
headers of an
  individual part. When not specified, or <code>null</code>, the request
  encoding is used. If that is also not specified, or <code>null</code>,
@@ -823,7 +863,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <ul class="blockList">
 <li class="blockList">
 <h4>setHeaderEncoding</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.264">setHeaderEncoding</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)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.289">setHeaderEncoding</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)</pre>
 <div class="block">Specifies the character encoding to be used when reading 
the headers of
  individual part. When not specified, or <code>null</code>, the request
  encoding is used. If that is also not specified, or <code>null</code>,
@@ -841,7 +881,7 @@ public static&nbsp;boolean&nbsp;<a href=
 <li class="blockList">
 <h4>parseRequest</h4>
 <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/FileUploadBase.html#line.285">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)
+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/FileUploadBase.html#line.310">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)
                                         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 <a 
href="../../../../org/apache/commons/fileupload/servlet/ServletFileUpload.html#parseRequest-javax.servlet.http.HttpServletRequest-"><code>ServletFileUpload.parseRequest(HttpServletRequest)</code></a>
 instead.</span></div>
 <div class="block">Processes an <a 
href="http://www.ietf.org/rfc/rfc1867.txt";>RFC 1867</a>
@@ -864,7 +904,7 @@ public&nbsp;<a href="https://docs.oracle
 <ul class="blockList">
 <li class="blockList">
 <h4>getItemIterator</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/fileupload/FileItemIterator.html" 
title="interface in org.apache.commons.fileupload">FileItemIterator</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.306">getItemIterator</a>(<a
 href="../../../../org/apache/commons/fileupload/RequestContext.html" 
title="interface in org.apache.commons.fileupload">RequestContext</a>&nbsp;ctx)
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/fileupload/FileItemIterator.html" 
title="interface in org.apache.commons.fileupload">FileItemIterator</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.331">getItemIterator</a>(<a
 href="../../../../org/apache/commons/fileupload/RequestContext.html" 
title="interface in org.apache.commons.fileupload">RequestContext</a>&nbsp;ctx)
                                  throws <a 
href="../../../../org/apache/commons/fileupload/FileUploadException.html" 
title="class in org.apache.commons.fileupload">FileUploadException</a>,
                                         <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">Processes an <a 
href="http://www.ietf.org/rfc/rfc1867.txt";>RFC 1867</a>
@@ -891,7 +931,7 @@ public&nbsp;<a href="https://docs.oracle
 <ul class="blockList">
 <li class="blockList">
 <h4>parseRequest</h4>
-<pre>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/FileUploadBase.html#line.328">parseRequest</a>(<a
 href="../../../../org/apache/commons/fileupload/RequestContext.html" 
title="interface in org.apache.commons.fileupload">RequestContext</a>&nbsp;ctx)
+<pre>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/FileUploadBase.html#line.353">parseRequest</a>(<a
 href="../../../../org/apache/commons/fileupload/RequestContext.html" 
title="interface in org.apache.commons.fileupload">RequestContext</a>&nbsp;ctx)
                             throws <a 
href="../../../../org/apache/commons/fileupload/FileUploadException.html" 
title="class in org.apache.commons.fileupload">FileUploadException</a></pre>
 <div class="block">Processes an <a 
href="http://www.ietf.org/rfc/rfc1867.txt";>RFC 1867</a>
  compliant <code>multipart/form-data</code> stream.</div>
@@ -913,7 +953,7 @@ public&nbsp;<a href="https://docs.oracle
 <ul class="blockList">
 <li class="blockList">
 <h4>parseParameterMap</h4>
-<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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;&gt;&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.388">parseParameterMap</a>(<a
 href="../../../../org/apache/commons/fileupload/RequestContext.html" 
title="interface in org.apache.commons.fileupload">RequestContext</a>&nbsp;ctx)
+<pre>public&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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;&gt;&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.418">parseParameterMap</a>(<a
 href="../../../../org/apache/commons/fileupload/RequestContext.html" 
title="interface in org.apache.commons.fileupload">RequestContext</a>&nbsp;ctx)
                                              throws <a 
href="../../../../org/apache/commons/fileupload/FileUploadException.html" 
title="class in org.apache.commons.fileupload">FileUploadException</a></pre>
 <div class="block">Processes an <a 
href="http://www.ietf.org/rfc/rfc1867.txt";>RFC 1867</a>
  compliant <code>multipart/form-data</code> stream.</div>
@@ -936,7 +976,7 @@ public&nbsp;<a href="https://docs.oracle
 <ul class="blockList">
 <li class="blockList">
 <h4>getBoundary</h4>
-<pre>protected&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.418">getBoundary</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;contentType)</pre>
+<pre>protected&nbsp;byte[]&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.448">getBoundary</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;contentType)</pre>
 <div class="block">Retrieves the boundary from the <code>Content-type</code> 
header.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -954,7 +994,7 @@ public&nbsp;<a href="https://docs.oracle
 <li class="blockList">
 <h4>getFileName</h4>
 <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>
-protected&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/FileUploadBase.html#line.447">getFileName</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;headers)</pre>
+protected&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/FileUploadBase.html#line.477">getFileName</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;headers)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.2.1 Use <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getFileName-org.apache.commons.fileupload.FileItemHeaders-"><code>getFileName(FileItemHeaders)</code></a>.</span></div>
 <div class="block">Retrieves the file name from the 
<code>Content-disposition</code>
  header.</div>
@@ -972,7 +1012,7 @@ protected&nbsp;<a href="https://docs.ora
 <ul class="blockList">
 <li class="blockList">
 <h4>getFileName</h4>
-<pre>protected&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/FileUploadBase.html#line.459">getFileName</a>(<a
 href="../../../../org/apache/commons/fileupload/FileItemHeaders.html" 
title="interface in 
org.apache.commons.fileupload">FileItemHeaders</a>&nbsp;headers)</pre>
+<pre>protected&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/FileUploadBase.html#line.489">getFileName</a>(<a
 href="../../../../org/apache/commons/fileupload/FileItemHeaders.html" 
title="interface in 
org.apache.commons.fileupload">FileItemHeaders</a>&nbsp;headers)</pre>
 <div class="block">Retrieves the file name from the 
<code>Content-disposition</code>
  header.</div>
 <dl>
@@ -989,7 +1029,7 @@ protected&nbsp;<a href="https://docs.ora
 <ul class="blockList">
 <li class="blockList">
 <h4>getFieldName</h4>
-<pre>protected&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/FileUploadBase.html#line.501">getFieldName</a>(<a
 href="../../../../org/apache/commons/fileupload/FileItemHeaders.html" 
title="interface in 
org.apache.commons.fileupload">FileItemHeaders</a>&nbsp;headers)</pre>
+<pre>protected&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/FileUploadBase.html#line.531">getFieldName</a>(<a
 href="../../../../org/apache/commons/fileupload/FileItemHeaders.html" 
title="interface in 
org.apache.commons.fileupload">FileItemHeaders</a>&nbsp;headers)</pre>
 <div class="block">Retrieves the field name from the 
<code>Content-disposition</code>
  header.</div>
 <dl>
@@ -1007,7 +1047,7 @@ protected&nbsp;<a href="https://docs.ora
 <li class="blockList">
 <h4>getFieldName</h4>
 <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>
-protected&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/FileUploadBase.html#line.537">getFieldName</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;headers)</pre>
+protected&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/FileUploadBase.html#line.567">getFieldName</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;headers)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.2.1 Use <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getFieldName-org.apache.commons.fileupload.FileItemHeaders-"><code>getFieldName(FileItemHeaders)</code></a>.</span></div>
 <div class="block">Retrieves the field name from the 
<code>Content-disposition</code>
  header.</div>
@@ -1026,7 +1066,7 @@ protected&nbsp;<a href="https://docs.ora
 <li class="blockList">
 <h4>createItem</h4>
 <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>
-protected&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/FileUploadBase.html#line.556">createItem</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;headers,
+protected&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/FileUploadBase.html#line.586">createItem</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;headers,
                                           boolean&nbsp;isFormField)
                                    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.2 This method is no longer used in favour of
@@ -1051,7 +1091,7 @@ protected&nbsp;<a href="../../../../org/
 <ul class="blockList">
 <li class="blockList">
 <h4>getParsedHeaders</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/commons/fileupload/FileItemHeaders.html" 
title="interface in org.apache.commons.fileupload">FileItemHeaders</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.577">getParsedHeaders</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;headerPart)</pre>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/commons/fileupload/FileItemHeaders.html" 
title="interface in org.apache.commons.fileupload">FileItemHeaders</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.607">getParsedHeaders</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;headerPart)</pre>
 <div class="block"><p> Parses the <code>header-part</code> and returns as 
key/value
  pairs.
 
@@ -1072,7 +1112,7 @@ protected&nbsp;<a href="../../../../org/
 <ul class="blockList">
 <li class="blockList">
 <h4>newFileItemHeaders</h4>
-<pre>protected&nbsp;<a 
href="../../../../org/apache/commons/fileupload/util/FileItemHeadersImpl.html" 
title="class in 
org.apache.commons.fileupload.util">FileItemHeadersImpl</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.614">newFileItemHeaders</a>()</pre>
+<pre>protected&nbsp;<a 
href="../../../../org/apache/commons/fileupload/util/FileItemHeadersImpl.html" 
title="class in 
org.apache.commons.fileupload.util">FileItemHeadersImpl</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.644">newFileItemHeaders</a>()</pre>
 <div class="block">Creates a new instance of <a 
href="../../../../org/apache/commons/fileupload/FileItemHeaders.html" 
title="interface in 
org.apache.commons.fileupload"><code>FileItemHeaders</code></a>.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1087,7 +1127,7 @@ protected&nbsp;<a href="../../../../org/
 <li class="blockList">
 <h4>parseHeaders</h4>
 <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>
-protected&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.632">parseHeaders</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;headerPart)</pre>
+protected&nbsp;<a 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.662">parseHeaders</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;headerPart)</pre>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.2.1 Use <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.html#getParsedHeaders-java.lang.String-"><code>getParsedHeaders(String)</code></a></span></div>
 <div class="block"><p> Parses the <code>header-part</code> and returns as 
key/value
  pairs.
@@ -1110,7 +1150,7 @@ protected&nbsp;<a href="https://docs.ora
 <li class="blockList">
 <h4>getHeader</h4>
 <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>
-protected final&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/FileUploadBase.html#line.699">getHeader</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;headers,
+protected final&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/FileUploadBase.html#line.729">getHeader</a>(<a
 
href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;headers,
                                              <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"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">1.2.1 Use <a 
href="../../../../org/apache/commons/fileupload/FileItemHeaders.html#getHeader-java.lang.String-"><code>FileItemHeaders.getHeader(String)</code></a>.</span></div>
 <div class="block">Returns the header with the specified name from the 
supplied map. The
@@ -1131,7 +1171,7 @@ protected final&nbsp;<a href="https://do
 <ul class="blockList">
 <li class="blockList">
 <h4>getProgressListener</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/fileupload/ProgressListener.html" 
title="interface in org.apache.commons.fileupload">ProgressListener</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.1494">getProgressListener</a>()</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/fileupload/ProgressListener.html" 
title="interface in org.apache.commons.fileupload">ProgressListener</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.1524">getProgressListener</a>()</pre>
 <div class="block">Returns the progress listener.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1145,7 +1185,7 @@ protected final&nbsp;<a href="https://do
 <ul class="blockListLast">
 <li class="blockList">
 <h4>setProgressListener</h4>
-<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.1503">setProgressListener</a>(<a
 href="../../../../org/apache/commons/fileupload/ProgressListener.html" 
title="interface in 
org.apache.commons.fileupload">ProgressListener</a>&nbsp;pListener)</pre>
+<pre>public&nbsp;void&nbsp;<a 
href="../../../../src-html/org/apache/commons/fileupload/FileUploadBase.html#line.1533">setProgressListener</a>(<a
 href="../../../../org/apache/commons/fileupload/ProgressListener.html" 
title="interface in 
org.apache.commons.fileupload">ProgressListener</a>&nbsp;pListener)</pre>
 <div class="block">Sets the progress listener.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1222,6 +1262,6 @@ protected final&nbsp;<a href="https://do
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/FileUploadException.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/FileUploadException.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/FileUploadException.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>FileUploadException (Apache Commons FileUpload 1.4 API)</title>
+<title>FileUploadException (Apache Commons FileUpload 1.5 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="FileUploadException (Apache Commons 
FileUpload 1.4 API)";
+            parent.document.title="FileUploadException (Apache Commons 
FileUpload 1.5 API)";
         }
     }
     catch(err) {
@@ -123,7 +123,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
-<dd><a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.InvalidContentTypeException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.InvalidContentTypeException</a>, 
<a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.IOFileUploadException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.IOFileUploadException</a>, <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.SizeException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.SizeException</a>, <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.UnknownSizeException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.UnknownSizeException</a></dd>
+<dd><a 
href="../../../../org/apache/commons/fileupload/FileCountLimitExceededException.html"
 title="class in 
org.apache.commons.fileupload">FileCountLimitExceededException</a>, <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.InvalidContentTypeException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.InvalidContentTypeException</a>, 
<a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.IOFileUploadException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.IOFileUploadException</a>, <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.SizeException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.SizeException</a>, <a 
href="../../../../org/apache/commons/fileupload/FileUploadBase.UnknownSizeException.html"
 title="class in 
org.apache.commons.fileupload">FileUploadBase.UnknownSizeException</a></dd>
 </dl>
 <hr>
 <br>
@@ -395,6 +395,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/InvalidFileNameException.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/InvalidFileNameException.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/InvalidFileNameException.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>InvalidFileNameException (Apache Commons FileUpload 1.4 API)</title>
+<title>InvalidFileNameException (Apache Commons FileUpload 1.5 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="InvalidFileNameException (Apache Commons 
FileUpload 1.4 API)";
+            parent.document.title="InvalidFileNameException (Apache Commons 
FileUpload 1.5 API)";
         }
     }
     catch(err) {
@@ -322,6 +322,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/MultipartStream.IllegalBoundaryException.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/MultipartStream.IllegalBoundaryException.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/MultipartStream.IllegalBoundaryException.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>MultipartStream.IllegalBoundaryException (Apache Commons FileUpload 1.4 
API)</title>
+<title>MultipartStream.IllegalBoundaryException (Apache Commons FileUpload 1.5 
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="MultipartStream.IllegalBoundaryException 
(Apache Commons FileUpload 1.4 API)";
+            parent.document.title="MultipartStream.IllegalBoundaryException 
(Apache Commons FileUpload 1.5 API)";
         }
     }
     catch(err) {
@@ -294,6 +294,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/MultipartStream.ItemInputStream.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/MultipartStream.ItemInputStream.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/MultipartStream.ItemInputStream.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>MultipartStream.ItemInputStream (Apache Commons FileUpload 1.4 
API)</title>
+<title>MultipartStream.ItemInputStream (Apache Commons FileUpload 1.5 
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="MultipartStream.ItemInputStream (Apache 
Commons FileUpload 1.4 API)";
+            parent.document.title="MultipartStream.ItemInputStream (Apache 
Commons FileUpload 1.5 API)";
         }
     }
     catch(err) {
@@ -450,6 +450,6 @@ implements <a href="../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/MultipartStream.MalformedStreamException.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/MultipartStream.MalformedStreamException.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/MultipartStream.MalformedStreamException.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>MultipartStream.MalformedStreamException (Apache Commons FileUpload 1.4 
API)</title>
+<title>MultipartStream.MalformedStreamException (Apache Commons FileUpload 1.5 
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="MultipartStream.MalformedStreamException 
(Apache Commons FileUpload 1.4 API)";
+            parent.document.title="MultipartStream.MalformedStreamException 
(Apache Commons FileUpload 1.5 API)";
         }
     }
     catch(err) {
@@ -295,6 +295,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/MultipartStream.ProgressNotifier.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/MultipartStream.ProgressNotifier.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/MultipartStream.ProgressNotifier.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>MultipartStream.ProgressNotifier (Apache Commons FileUpload 1.4 
API)</title>
+<title>MultipartStream.ProgressNotifier (Apache Commons FileUpload 1.5 
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="MultipartStream.ProgressNotifier (Apache 
Commons FileUpload 1.4 API)";
+            parent.document.title="MultipartStream.ProgressNotifier (Apache 
Commons FileUpload 1.5 API)";
         }
     }
     catch(err) {
@@ -199,6 +199,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/MultipartStream.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/MultipartStream.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/MultipartStream.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>MultipartStream (Apache Commons FileUpload 1.4 API)</title>
+<title>MultipartStream (Apache Commons FileUpload 1.5 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="MultipartStream (Apache Commons FileUpload 
1.4 API)";
+            parent.document.title="MultipartStream (Apache Commons FileUpload 
1.5 API)";
         }
     }
     catch(err) {
@@ -997,6 +997,6 @@ public&nbsp;<a href="../../../../src-htm
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/ParameterParser.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/ParameterParser.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/ParameterParser.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>ParameterParser (Apache Commons FileUpload 1.4 API)</title>
+<title>ParameterParser (Apache Commons FileUpload 1.5 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="ParameterParser (Apache Commons FileUpload 
1.4 API)";
+            parent.document.title="ParameterParser (Apache Commons FileUpload 
1.5 API)";
         }
     }
     catch(err) {
@@ -429,6 +429,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/ProgressListener.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/ProgressListener.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/ProgressListener.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>ProgressListener (Apache Commons FileUpload 1.4 API)</title>
+<title>ProgressListener (Apache Commons FileUpload 1.5 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="ProgressListener (Apache Commons FileUpload 
1.4 API)";
+            parent.document.title="ProgressListener (Apache Commons FileUpload 
1.5 API)";
         }
     }
     catch(err) {
@@ -235,6 +235,6 @@ var activeTableTab = "activeTableTab";
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/RequestContext.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/RequestContext.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/RequestContext.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>RequestContext (Apache Commons FileUpload 1.4 API)</title>
+<title>RequestContext (Apache Commons FileUpload 1.5 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="RequestContext (Apache Commons FileUpload 
1.4 API)";
+            parent.document.title="RequestContext (Apache Commons FileUpload 
1.5 API)";
         }
     }
     catch(err) {
@@ -306,6 +306,6 @@ int&nbsp;<a href="../../../../src-html/o
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/UploadContext.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/UploadContext.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/UploadContext.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>UploadContext (Apache Commons FileUpload 1.4 API)</title>
+<title>UploadContext (Apache Commons FileUpload 1.5 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="UploadContext (Apache Commons FileUpload 
1.4 API)";
+            parent.document.title="UploadContext (Apache Commons FileUpload 
1.5 API)";
         }
     }
     catch(err) {
@@ -252,6 +252,6 @@ extends <a href="../../../../org/apache/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/DefaultFileItem.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/DefaultFileItem.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/DefaultFileItem.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.fileupload.DefaultFileItem (Apache 
Commons FileUpload 1.4 API)</title>
+<title>Uses of Class org.apache.commons.fileupload.DefaultFileItem (Apache 
Commons FileUpload 1.5 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="Uses of Class 
org.apache.commons.fileupload.DefaultFileItem (Apache Commons FileUpload 1.4 
API)";
+            parent.document.title="Uses of Class 
org.apache.commons.fileupload.DefaultFileItem (Apache Commons FileUpload 1.5 
API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/DefaultFileItemFactory.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/DefaultFileItemFactory.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/DefaultFileItemFactory.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.fileupload.DefaultFileItemFactory 
(Apache Commons FileUpload 1.4 API)</title>
+<title>Uses of Class org.apache.commons.fileupload.DefaultFileItemFactory 
(Apache Commons FileUpload 1.5 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="Uses of Class 
org.apache.commons.fileupload.DefaultFileItemFactory (Apache Commons FileUpload 
1.4 API)";
+            parent.document.title="Uses of Class 
org.apache.commons.fileupload.DefaultFileItemFactory (Apache Commons FileUpload 
1.5 API)";
         }
     }
     catch(err) {
@@ -166,6 +166,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/DiskFileUpload.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/DiskFileUpload.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/DiskFileUpload.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.fileupload.DiskFileUpload (Apache 
Commons FileUpload 1.4 API)</title>
+<title>Uses of Class org.apache.commons.fileupload.DiskFileUpload (Apache 
Commons FileUpload 1.5 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="Uses of Class 
org.apache.commons.fileupload.DiskFileUpload (Apache Commons FileUpload 1.4 
API)";
+            parent.document.title="Uses of Class 
org.apache.commons.fileupload.DiskFileUpload (Apache Commons FileUpload 1.5 
API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Added: 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileCountLimitExceededException.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileCountLimitExceededException.html
 (added)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileCountLimitExceededException.html
 Mon Feb 13 10:43:35 2023
@@ -0,0 +1,125 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Uses of Class 
org.apache.commons.fileupload.FileCountLimitExceededException (Apache Commons 
FileUpload 1.5 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.commons.fileupload.FileCountLimitExceededException (Apache Commons 
FileUpload 1.5 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a 
href="../../../../../org/apache/commons/fileupload/FileCountLimitExceededException.html"
 title="class in org.apache.commons.fileupload">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/commons/fileupload/class-use/FileCountLimitExceededException.html"
 target="_top">Frames</a></li>
+<li><a href="FileCountLimitExceededException.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class 
org.apache.commons.fileupload.FileCountLimitExceededException" 
class="title">Uses of 
Class<br>org.apache.commons.fileupload.FileCountLimitExceededException</h2>
+</div>
+<div class="classUseContainer">No usage of 
org.apache.commons.fileupload.FileCountLimitExceededException</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a 
href="../../../../../org/apache/commons/fileupload/FileCountLimitExceededException.html"
 title="class in org.apache.commons.fileupload">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/commons/fileupload/class-use/FileCountLimitExceededException.html"
 target="_top">Frames</a></li>
+<li><a href="FileCountLimitExceededException.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/FileItem.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItem.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItem.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Interface org.apache.commons.fileupload.FileItem (Apache 
Commons FileUpload 1.4 API)</title>
+<title>Uses of Interface org.apache.commons.fileupload.FileItem (Apache 
Commons FileUpload 1.5 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="Uses of Interface 
org.apache.commons.fileupload.FileItem (Apache Commons FileUpload 1.4 API)";
+            parent.document.title="Uses of Interface 
org.apache.commons.fileupload.FileItem (Apache Commons FileUpload 1.5 API)";
         }
     }
     catch(err) {
@@ -374,6 +374,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/FileItemFactory.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemFactory.html
 (original)
+++ 
websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemFactory.html
 Mon Feb 13 10:43:35 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Interface org.apache.commons.fileupload.FileItemFactory (Apache 
Commons FileUpload 1.4 API)</title>
+<title>Uses of Interface org.apache.commons.fileupload.FileItemFactory (Apache 
Commons FileUpload 1.5 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="Uses of Interface 
org.apache.commons.fileupload.FileItemFactory (Apache Commons FileUpload 1.4 
API)";
+            parent.document.title="Uses of Interface 
org.apache.commons.fileupload.FileItemFactory (Apache Commons FileUpload 1.5 
API)";
         }
     }
     catch(err) {
@@ -326,6 +326,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<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>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file



Reply via email to