You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Jochen Wiedmann (JIRA)" <ji...@apache.org> on 2006/05/22 14:55:42 UTC

[jira] Created: (FILEUPLOAD-112) Support for iterative parsing

Support for iterative parsing
-----------------------------

         Key: FILEUPLOAD-112
         URL: http://issues.apache.org/jira/browse/FILEUPLOAD-112
     Project: Commons FileUpload
        Type: New Feature

    Reporter: Jochen Wiedmann


Currently parsing is all or nothing. This is unfortunate in a streaming environment. For example, if you *know* that the big parameter is the latest, then you might setup the environment, depending on other parameters, which have already been read, before reading the last parameter.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (FILEUPLOAD-112) Support for iterative parsing

Posted by "Jochen Wiedmann (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/FILEUPLOAD-112?page=all ]

Jochen Wiedmann updated FILEUPLOAD-112:
---------------------------------------

    Attachment: commons-fileupload-3.patch

The attached patch adds a method

     Iterator FileUploadBase.getRequestIterator(RequestContext ctx)

which returns an iterator over the items. The old method is implemented internally by using the iterator.


> Support for iterative parsing
> -----------------------------
>
>          Key: FILEUPLOAD-112
>          URL: http://issues.apache.org/jira/browse/FILEUPLOAD-112
>      Project: Commons FileUpload
>         Type: New Feature

>     Reporter: Jochen Wiedmann
>  Attachments: commons-fileupload-3.patch
>
> Currently parsing is all or nothing. This is unfortunate in a streaming environment. For example, if you *know* that the big parameter is the latest, then you might setup the environment, depending on other parameters, which have already been read, before reading the last parameter.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org