> From: Ed Marshall [mailto:[EMAIL PROTECTED]
> Subject: User Authentication - IE doesn't recognize mime type
> (pdf, xls)of files in protected directory
>
> Problem:  When accessing files other than a .jsp (pdf,
> xls, etc.) within the protected directory, the browser
> does not recognize the mime type and does not allow me
> to open the file.

Does it work with Firefox?

Look at the HTTP headers being returned with the file; if they contain a 
Cache-Control setting of no-cache, IE will not hang onto the file long enough 
to let an application open it.  It's also possible that an incorrect mime type 
is being returned with the file.

You can browse the archives for "pdf" and "cache" and see lots of traffic about 
this IE "feature".
http://marc.info/?l=tomcat-user&w=2&r=1&s=pdf+cache&q=b

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to