You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/07/25 23:45:50 UTC

DO NOT REPLY [Bug 28062] - Upload-max-size parameter does not prevent file upload

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28062>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28062

Upload-max-size parameter does not prevent file upload





------- Additional Comments From javageoff@yahoo.com  2004-07-25 21:45 -------
How are you determining that the whole file is being read? Both in current 2.1 
HEAD and going back to the 2.1.3 release, it appears that the error is thrown 
before the MultiPartParser is created, and therefore before parser.getParts is 
called as confirmed by your stack trace which shows the IOException is being 
thrown from line 105.  See http://svn.apache.org/viewcvs.cgi/cocoon-
2.1/src/java/org/apache/cocoon/servlet/multipart/RequestFactory.java?
rev=1.1&only_with_tag=RELEASE_2_1_3&view=auto.

In short, I think this bug may be invalid.

Geoff Howard