wlstks7 / interactive-spaces

Automatically exported from code.google.com/p/interactive-spaces
Other
0 stars 0 forks source link

IS web server does not send content response headers #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load any local resource (image, etc) from an IS web activity
2. Look at the response headers in Chrome network inspector. There are no 
content headers

What version of the product are you using? On what operating system?
IS 1.4.1, OS X

Please provide any additional information below.
This hasn't been a problem since Chrome does a pretty good job figuring out 
when things are images. However, when we tried to use SVG files (which are 
essentially just specially formatted XML files), Chrome doesn't know what to do 
with them.

Original issue reported on code.google.com by br...@robotconscience.com on 6 Mar 2013 at 1:09

Attachments:

GoogleCodeExporter commented 9 years ago
We will need to provide a service that maps file extensions to MIME types, or 
could call back to the activity and say "I am serving this file, how should I 
mark it".

Original comment by khug...@google.com on 10 Apr 2013 at 11:08