nikgoodley-ibboost / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Resource serve feature: Content-Type is not handled properly #340

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a html file to serve config section,
2. Locate it in your browser,

What is the expected output? 
Html page properly displayed.

What do you see instead?
The page HTML is displayed as text.

What version of the product are you using? On what operating system?
jstd 1.3.4-a
Windows 7

Please provide any additional information below.
The server responds with Content-Type=text/plain header. 
Either the header should contain a valid value or just skipped.

Original issue reported on code.google.com by vadim.mi...@gmail.com on 21 Feb 2012 at 4:10