A colleague is running "Oracle-Application-Server-11g/11.1.1.4.0 Oracle-HTTP-Server" which is basically Apache HTTPD v2.2.15, and he's having an issue when delivering content of certain MIME types, specifically to handle
MS-OFFICE content.

He has a file, for example, with a .docx extension, when it's delivered to their browser, the response headers say "Content-Type: text/plain"

He has an AddType directive which reads

AddType
 application/vnd.openxmlformats-officedocument.wordprocessingml.document docx

(line wrapping mine)

Naturally he's expecting the response headers on delivery to report

"Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document"

Something obvious we're not catching?

--
J.Lance Wilkinson ("Lance")           InterNet: lance.wilkin...@psu.edu
Systems Design Specialist - Lead        Phone: (814) 865-4870
Digital Library Technologies            FAX:   (814) 863-3560
E3 Paterno Library
Penn State University
University Park, PA 16802
http://ucs.psu.edu/home/jl...@psu.edu?fmt=freebusy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to