You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jerker Klang (JIRA)" <ta...@jakarta.apache.org> on 2005/11/18 10:35:44 UTC

[jira] Created: (TAPESTRY-764) Upload max size limit hardcoded to aprox. 10 megabyte.

Upload max size limit hardcoded to aprox. 10 megabyte.
------------------------------------------------------

         Key: TAPESTRY-764
         URL: http://issues.apache.org/jira/browse/TAPESTRY-764
     Project: Tapestry
        Type: Bug
  Components: Framework  
    Versions: 4.0    
    Reporter: Jerker Klang


MultipartDecoderImpl, the class used for the Upload component contains a hard coded request size limit on 10000000 bytes (private member variable maxSize). This limit should be changable, preferably on Form level, but I have no idea on how to accomplish this.

Problem located in Tapestry-4.0-beta13.


-- 
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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Resolved: (TAPESTRY-764) Upload max size limit hardcoded to aprox. 10 megabyte.

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-764?page=all ]
     
Jesse Kuhnert resolved TAPESTRY-764:
------------------------------------

    Fix Version: 4.0.1
     Resolution: Duplicate

Duplicates TAPESTRY-368

> Upload max size limit hardcoded to aprox. 10 megabyte.
> ------------------------------------------------------
>
>          Key: TAPESTRY-764
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-764
>      Project: Tapestry
>         Type: Bug
>   Components: Framework
>     Versions: 4.0
>     Reporter: Jerker Klang
>      Fix For: 4.0.1

>
> MultipartDecoderImpl, the class used for the Upload component contains a hard coded request size limit on 10000000 bytes (private member variable maxSize). This limit should be changable, preferably on Form level, but I have no idea on how to accomplish this.
> Problem located in Tapestry-4.0-beta13.

-- 
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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org