[bugs] [Bug 1083] Changed - IE6 / IMP 3.1 / Horde 2.1 failing to send with attachments and text

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Jan 23 16:41:35 PST 2003


http://bugs.horde.org/show_bug.cgi?id=1083

*** shadow/1083	Thu Oct 31 04:15:08 2002
--- shadow/1083.tmp.21332	Thu Jan 23 16:41:35 2003
***************
*** 39,41 ****
--- 39,81 ----
  ------- Additional Comments From slusarz at bigworm.colorado.edu  10/31/02 04:14 -------
  I can't reproduce this.  I have the same setup as you also (IE6 SP 1 on Win2K 
  SP 3).  You will have to do more research locally to discover the problem.
+ 
+ ------- Additional Comments From patrick.timmons at polymtl.ca  01/23/03 16:41 -------
+ I have the same kind of problem. I can enter text in the message field and
+ attach a file. When I try to attach a second file, nothing is changed (no second
+ attachment) and I can't send the message (send button won't work.)
+ 
+ Upon close inspection of the http stream I can see that IE is not sending the
+ form data properly with a POST. First field is missing the mime headers used to
+ indicate the type of data in the field and its containts so field "actionID"
+ can't be decoded by the http server:
+ 
+ POST /horde-2.1/imp/compose.php?uniq=13813158753e2cd62a8c5ae1043161823832
+ HTTP/1.1
+ Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
+ Referer:
+ http://****************/horde-2.1/imp/compose.php?uniq=16705451053e2cd609d0b6f1043161787300
+ Accept-Language: en-ca
+ Content-Type: multipart/form-data;
+ boundary=---------------------------7d334a1760130
+ Accept-Encoding: gzip, deflate
+ User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
+ Host: ********************
+ Content-Length: 28473
+ Connection: Keep-Alive
+ Cache-Control: no-cache
+ Cookie: Horde=c525c1b6eb49607f83f520ac537c4f1c;
+ imp_key=904ac32db8f049b13801157797644ac9
+ 
+ actionID"
+ 
+ 122
+ -----------------------------7d334a1760130
+ Content-Disposition: form-data; name="spellcheck"
+ 
+ 
+ -----------------------------7d334a1760130
+ Content-Disposition: form-data; name="index"
+ 
+ 
+ 


More information about the bugs mailing list