[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] Found a Bug
From: |
Miles Lott |
Subject: |
Re: [Phpgroupware-developers] Found a Bug |
Date: |
Fri, 30 Nov 2001 00:23:05 -0600 |
iirc, it detects IE, period. Maybe we will have to get fancier
about this detection. But the tools are there. Someone with IE
5.5/6 and the other browsers that don't seem to behave should
work on this before they start parsing Content-disposition into
internet keywords, giving you pages that read 'Shop for
Content-disposition
at Amazon.com'. Or maybe a page on attachments for a Conair hair
dryer..
Tony (Angles) Puglisi wrote:
>
> ok, when you request a file (an attachment) for download, the server
> (phpgroupware)
> sends out some HTTP headers to the client so the client (your IE5.5) knows
> what to
> do with the file.
>
> We're talking about these http headers (stuff in brackets [] is like a
> variable
> that gets replaced):
>
> Content-disposition: attachment filename="[theFileName]"
> Content-type: [mimeType]/[mimeSybtype]
>
> ISSUE IS THIS: I checked the browser class (which sends out the headers) then
> tested this for myself
> (1) the browser class detects IE5.5 (or higher?) browser
> (2) the browser class DELETES the word 'attachment' in the headers it sends
> out to
> those IE5.5 browsers.
>
> So I tested sending the headers "by hand" and I can verify that IF you
> include that
> word 'application' in the headers sent to IE6 (in my case), then you get a
> series
> of about 4 or 5 dialog boxes asking you whether to open, save, etc..., one
> after
> the other. So then I deleted the word 'application' from the headers and IE6
> got
> nicer, just one or two dialog boxes, and somethimes no dialog box at all.
>
> I believe this is the issue here. How to solve it I'm not sure.
>
> Joel Webb (address@hidden) wrote*:
> >
> >I know that this isn't a place to post it. (I will post it on the website
> >later).
> >
> >I noticed that having the phpgroupware to be set at
> >https://www.mydomain/com/phpgroupware
> >
> >causes IE5.5 to crap out when downloading attachments, or vcards from the
> >addressbook. I can download them using Mozilla on WIN2000 but cant use the
> >IE 5.5,
> >IE5.0 and the such.
> >
> >I don't think it is a problem with my firewall unless the SSL downloads come
> >from
> >some other port than 443. But then again why did it work with Mozilla??
> >
> >Anyway please email me if you have a suggestion.
> >
> >Joel Webb
> >WebbGroup Network Systems LLC
> >www.webbgroup.net
> >336.841.7241
> >
> >
> >
> >_______________________________________________
> >Phpgroupware-developers mailing list
> >address@hidden
> >
> --
> that's "angle" as in geometry
>
> _______________________________________________
> Phpgroupware-developers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
--
Miles Lott - http://milosch.net
Handspring Visor USB and BeOS FS support for Linux
phpGroupWare - http://www.phpgroupware.org
- [Phpgroupware-developers] Found a Bug, Joel Webb, 2001/11/29
- Re: [Phpgroupware-developers] Found a Bug, Joel Webb, 2001/11/29
- Re: [Phpgroupware-developers] Found a Bug, Tony (Angles) Puglisi, 2001/11/29
- Re: [Phpgroupware-developers] Found a Bug,
Miles Lott <=
- Re: [Phpgroupware-developers] Found a Bug, Chris Weiss, 2001/11/30
- Re: [Phpgroupware-developers] Found a Bug, Joel Webb, 2001/11/30
- Re: [Phpgroupware-developers] Found a Bug, Tony (Angles) Puglisi, 2001/11/30
- Re: [Phpgroupware-developers] Found a Bug, Joel Webb, 2001/11/30