[Bug 617] New - Large attachments fail ungracefully on attempt to bind
bugs@bugs.horde.org
bugs@bugs.horde.org
Tue, 13 Feb 2001 15:12:20 -0400
http://bugs.horde.org/show_bug.cgi?id=617
*** shadow/617 Tue Feb 13 15:12:20 2001
--- shadow/617.tmp.21176 Tue Feb 13 15:12:20 2001
***************
*** 0 ****
--- 1,28 ----
+ Bug#: 617
+ Product: Horde
+ Version: 2.2 Stable
+ Platform: Mozilla 5.x
+ OS/Version: Linux
+ Status: NEW
+ Resolution:
+ Severity: normal
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org
+ ReportedBy: don@astro.cornell.edu
+ URL:
+ Summary: Large attachments fail ungracefully on attempt to bind
+
+ An attempt to attach a file of size 2 megabytes produces an error
+ message, "attachments_size undefined at line 921 of compose.php3" and
+ loss of the already composed text in the form. I haven't traced the code
+ to the original failure point, but attachments_size is not set just prior to
+ that point if a total_size of 0 is returned, apparently from a prior failure
+ to effect the transfer.
+
+ Configurable limits on maximal size of attachments is probably a good
+ addition, but certainly a failure should be graceful.
+
+ However, the product is otherwise wonderfully robust, extremely well
+ implemented, and an absolute joy to use. Cheers to you all!