Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E7079200CA6 for ; Tue, 13 Jun 2017 14:53:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E57E7160BF5; Tue, 13 Jun 2017 12:53:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9EFC8160BC9 for ; Tue, 13 Jun 2017 14:53:31 +0200 (CEST) Received: (qmail 87093 invoked by uid 500); 13 Jun 2017 12:53:28 -0000 Mailing-List: contact notifications-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list notifications@commons.apache.org Received: (qmail 87082 invoked by uid 99); 13 Jun 2017 12:53:28 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jun 2017 12:53:28 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id DA0C33A2331 for ; Tue, 13 Jun 2017 12:53:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1013975 [2/26] - 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... Date: Tue, 13 Jun 2017 12:53:22 -0000 To: notifications@commons.apache.org From: chtompki@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170613125326.DA0C33A2331@svn01-us-west.apache.org> archived-at: Tue, 13 Jun 2017 12:53:34 -0000 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 Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -126,7 +126,7 @@

-
public static class MultipartStream.MalformedStreamException
+
public static class MultipartStream.MalformedStreamException
 extends IOException
Thrown to indicate that the input stream fails to follow the required syntax.
@@ -206,7 +206,7 @@ extends
  • MalformedStreamException

    -
    public MalformedStreamException()
    +
    public MalformedStreamException()
    Constructs a MalformedStreamException with no detail message.
  • @@ -217,7 +217,7 @@ extends
  • MalformedStreamException

    -
    public MalformedStreamException(String message)
    +
    public MalformedStreamException(String message)
    Constructs an MalformedStreamException with the specified detail message.
    @@ -295,6 +295,6 @@ extends Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ 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 Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -199,6 +199,6 @@ extends Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ 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 Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -583,7 +583,7 @@ extends

    MultipartStream

    @Deprecated
    -public MultipartStream()
    +public MultipartStream()
  • Creates a new instance.
    @@ -596,7 +596,7 @@ public 

    MultipartStream

    @Deprecated
    -public MultipartStream(InputStream input,
    +public MultipartStream(InputStream input,
                                        byte[] boundary,
                                        int bufSize)
    Deprecated. 1.2.1 Use MultipartStream(InputStream, byte[], int, @@ -623,7 +623,7 @@ public 
  • MultipartStream

    -
    public MultipartStream(InputStream input,
    +
    public MultipartStream(InputStream input,
                            byte[] boundary,
                            int bufSize,
                            MultipartStream.ProgressNotifier pNotifier)
    @@ -655,7 +655,7 @@ public 

    MultipartStream

    @Deprecated
    -public MultipartStream(InputStream input,
    +public MultipartStream(InputStream input,
                                        byte[] boundary)
    @@ -682,7 +682,7 @@ public 
  • getHeaderEncoding

    -
    public String getHeaderEncoding()
    +
    public String getHeaderEncoding()
    Retrieves the character encoding used when reading the headers of an individual part. When not specified, or null, the platform default encoding is used.
    @@ -698,7 +698,7 @@ public 
  • setHeaderEncoding

    -
    public void setHeaderEncoding(String encoding)
    +
    public void setHeaderEncoding(String encoding)
    Specifies the character encoding to be used when reading the headers of individual parts. When not specified, or null, the platform default encoding is used.
    @@ -714,7 +714,7 @@ public 
  • readByte

    -
    public byte readByte()
    +
    public byte readByte()
                   throws IOException
    Reads a byte from the buffer, and refills it as necessary.
    @@ -732,7 +732,7 @@ public 
  • readBoundary

    -
    public boolean readBoundary()
    +
    public boolean readBoundary()
                          throws FileUploadBase.FileUploadIOException,
                                 MultipartStream.MalformedStreamException
    Skips a boundary token, and checks whether more @@ -754,7 +754,7 @@ public 
  • setBoundary

    -
    public void setBoundary(byte[] boundary)
    +
    public void setBoundary(byte[] boundary)
                      throws MultipartStream.IllegalBoundaryException

    Changes the boundary token used for partitioning the stream. @@ -783,7 +783,7 @@ public 

  • readHeaders

    -
    public String readHeaders()
    +
    public String readHeaders()
                        throws FileUploadBase.FileUploadIOException,
                               MultipartStream.MalformedStreamException

    Reads the header-part of the current @@ -810,7 +810,7 @@ public 

  • readBodyData

    -
    public int readBodyData(OutputStream output)
    +
    public int readBodyData(OutputStream output)
                      throws MultipartStream.MalformedStreamException,
                             IOException

    Reads body-data from the current @@ -838,7 +838,7 @@ public 

  • discardBodyData

    -
    public int discardBodyData()
    +
    public int discardBodyData()
                         throws MultipartStream.MalformedStreamException,
                                IOException

    Reads body-data from the current @@ -861,7 +861,7 @@ public 

  • skipPreamble

    -
    public boolean skipPreamble()
    +
    public boolean skipPreamble()
                          throws IOException
    Finds the beginning of the first encapsulation.
    @@ -879,7 +879,7 @@ public 
  • arrayequals

    -
    public static boolean arrayequals(byte[] a,
    +
    public static boolean arrayequals(byte[] a,
                                       byte[] b,
                                       int count)
    Compares count first bytes in the arrays @@ -901,7 +901,7 @@ public 
  • findByte

    -
    protected int findByte(byte value,
    +
    protected int findByte(byte value,
                            int pos)
    Searches for a byte of specified value in the buffer, starting at the specified position.
    @@ -921,7 +921,7 @@ public 
  • findSeparator

    -
    protected int findSeparator()
    +
    protected int findSeparator()
    Searches for the boundary in the buffer region delimited by head and tail.
    @@ -1001,6 +1001,6 @@ public Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ 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 Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -433,6 +433,6 @@ extends Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ 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 Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -239,6 +239,6 @@ var activeTableTab = "activeTableTab";
  • -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ 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 Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -308,6 +308,6 @@ int Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ 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 Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -252,6 +252,6 @@ extends Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ 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 Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -120,6 +120,6 @@
  • -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ 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 Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -166,6 +166,6 @@
  • -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ 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 Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -120,6 +120,6 @@
  • -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ 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 Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -374,6 +374,6 @@
  • -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ 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 Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -326,6 +326,6 @@
  • -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemHeaders.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemHeaders.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemHeaders.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -274,6 +274,6 @@
  • -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemHeadersSupport.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemHeadersSupport.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemHeadersSupport.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -221,6 +221,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemIterator.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemIterator.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemIterator.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -227,6 +227,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemStream.ItemSkippedException.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemStream.ItemSkippedException.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemStream.ItemSkippedException.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -120,6 +120,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemStream.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemStream.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileItemStream.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -166,6 +166,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUpload.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUpload.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUpload.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -196,6 +196,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.FileSizeLimitExceededException.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.FileSizeLimitExceededException.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.FileSizeLimitExceededException.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -120,6 +120,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.FileUploadIOException.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.FileUploadIOException.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.FileUploadIOException.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -174,6 +174,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.IOFileUploadException.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.IOFileUploadException.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.IOFileUploadException.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -120,6 +120,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.InvalidContentTypeException.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.InvalidContentTypeException.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.InvalidContentTypeException.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -120,6 +120,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.SizeException.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.SizeException.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.SizeException.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -172,6 +172,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.SizeLimitExceededException.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.SizeLimitExceededException.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.SizeLimitExceededException.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -120,6 +120,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.UnknownSizeException.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.UnknownSizeException.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.UnknownSizeException.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -120,6 +120,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadBase.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -233,6 +233,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadException.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadException.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/FileUploadException.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -374,6 +374,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/InvalidFileNameException.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/InvalidFileNameException.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/InvalidFileNameException.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -120,6 +120,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.IllegalBoundaryException.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.IllegalBoundaryException.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.IllegalBoundaryException.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -166,6 +166,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.ItemInputStream.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.ItemInputStream.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.ItemInputStream.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -120,6 +120,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.MalformedStreamException.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.MalformedStreamException.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.MalformedStreamException.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -189,6 +189,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.ProgressNotifier.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.ProgressNotifier.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.ProgressNotifier.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -167,6 +167,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/MultipartStream.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -120,6 +120,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/ParameterParser.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/ParameterParser.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/ParameterParser.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -120,6 +120,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/ProgressListener.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/ProgressListener.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/ProgressListener.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -181,6 +181,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/RequestContext.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/RequestContext.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/RequestContext.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -264,6 +264,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/UploadContext.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/UploadContext.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/class-use/UploadContext.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -198,6 +198,6 @@ -

    Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/disk/DiskFileItem.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/disk/DiskFileItem.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/disk/DiskFileItem.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -386,7 +386,7 @@ implements
  • DEFAULT_CHARSET

    -
    public static final String DEFAULT_CHARSET
    +
    public static final String DEFAULT_CHARSET
    Default content charset to be used when no explicit charset parameter is provided by the sender. Media subtypes of the "text" type are defined to have a default charset value of @@ -411,7 +411,7 @@ implements
  • DiskFileItem

    -
    public DiskFileItem(String fieldName,
    +
    public DiskFileItem(String fieldName,
                         String contentType,
                         boolean isFormField,
                         String fileName,
    @@ -450,7 +450,7 @@ implements 
     
  • getInputStream

    -
    public InputStream getInputStream()
    +
    public InputStream getInputStream()
                                throws IOException
    Returns an InputStream that can be used to retrieve the contents of the file.
    @@ -471,7 +471,7 @@ implements
  • getContentType

    -
    public String getContentType()
    +
    public String getContentType()
    Returns the content type passed by the agent or null if not defined.
    @@ -489,7 +489,7 @@ implements
  • getCharSet

    -
    public String getCharSet()
    +
    public String getCharSet()
    Returns the content charset passed by the agent or null if not defined.
    @@ -505,7 +505,7 @@ implements
  • getName

    -
    public String getName()
    +
    public String getName()
    Returns the original filename in the client's filesystem.
    Specified by:
    @@ -526,7 +526,7 @@ implements
  • isInMemory

    -
    public boolean isInMemory()
    +
    public boolean isInMemory()
    Provides a hint as to whether or not the file contents will be read from memory.
    @@ -544,7 +544,7 @@ implements
  • getSize

    -
    public long getSize()
    +
    public long getSize()
    Returns the size of the file.
    Specified by:
    @@ -560,7 +560,7 @@ implements
  • get

    -
    public byte[] get()
    +
    public byte[] get()
    Returns the contents of the file as an array of bytes. If the contents of the file were not yet cached in memory, they will be loaded from the disk storage and cached.
    @@ -579,7 +579,7 @@ implements
  • getString

    -
    public String getString(String charset)
    +
    public String getString(String charset)
                      throws UnsupportedEncodingException
    Returns the contents of the file as a String, using the specified encoding. This method uses get() to retrieve the @@ -603,7 +603,7 @@ implements
  • getString

    -
    public String getString()
    +
    public String getString()
    Returns the contents of the file as a String, using the default character encoding. This method uses get() to retrieve the contents of the file. @@ -623,7 +623,7 @@ implements
  • write

    -
    public void write(File file)
    +
    public void write(File file)
                throws Exception
    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 @@ -655,7 +655,7 @@ implements
  • delete

    -
    public void delete()
    +
    public void delete()
    Deletes the underlying storage for a file item, including deleting any associated temporary disk file. Although this storage will be deleted automatically when the FileItem instance is garbage @@ -673,7 +673,7 @@ implements
  • getFieldName

    -
    public String getFieldName()
    +
    public String getFieldName()
    Returns the name of the field in the multipart form corresponding to this file item.
    @@ -692,7 +692,7 @@ implements
  • setFieldName

    -
    public void setFieldName(String fieldName)
    +
    public void setFieldName(String fieldName)
    Sets the field name used to reference this file item.
    Specified by:
    @@ -710,7 +710,7 @@ implements
  • isFormField

    -
    public boolean isFormField()
    +
    public boolean isFormField()
    Determines whether or not a FileItem instance represents a simple form field.
    @@ -730,7 +730,7 @@ implements
  • setFormField

    -
    public void setFormField(boolean state)
    +
    public void setFormField(boolean state)
    Specifies whether or not a FileItem instance represents a simple form field.
    @@ -750,7 +750,7 @@ implements
  • getOutputStream

    -
    public OutputStream getOutputStream()
    +
    public OutputStream getOutputStream()
                                  throws IOException
    Returns an OutputStream that can be used for storing the contents of the file.
    @@ -771,7 +771,7 @@ implements
  • getStoreLocation

    -
    public File getStoreLocation()
    +
    public File getStoreLocation()
    Returns the File object for the FileItem's data's temporary location on the disk. Note that for FileItems that have their data stored in memory, @@ -793,7 +793,7 @@ implements
  • finalize

    -
    protected void finalize()
    +
    protected void finalize()
    Removes the file contents from the temporary storage.
    Overrides:
    @@ -807,7 +807,7 @@ implements
  • getTempFile

    -
    protected File getTempFile()
    +
    protected File getTempFile()
    Creates and returns a File representing a uniquely named temporary file in the configured repository path. The lifetime of the file is tied to the lifetime of the FileItem instance; @@ -827,7 +827,7 @@ implements
  • toString

    -
    public String toString()
    +
    public String toString()
    Returns a string representation of this object.
    Overrides:
    @@ -843,7 +843,7 @@ implements
  • getHeaders

    -
    public FileItemHeaders getHeaders()
    +
    public FileItemHeaders getHeaders()
    Returns the file item headers.
    Specified by:
    @@ -859,7 +859,7 @@ implements
  • setHeaders

    -
    public void setHeaders(FileItemHeaders pHeaders)
    +
    public void setHeaders(FileItemHeaders pHeaders)
    Sets the file item headers.
    Specified by:
    @@ -938,6 +938,6 @@ implements Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file + Modified: websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/disk/DiskFileItemFactory.html ============================================================================== --- websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/disk/DiskFileItemFactory.html (original) +++ websites/production/commons/content/proper/commons-fileupload/apidocs/org/apache/commons/fileupload/disk/DiskFileItemFactory.html Tue Jun 13 12:53:17 2017 @@ -1,6 +1,6 @@ - + @@ -563,6 +563,6 @@ implements Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.

    +

    Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

    - \ No newline at end of file +