ancruna / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

extra_mime_types does not take long parameters #318

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the config file for edit
2. Uncomment the extra_mime_types line
3. Edit the line so it reads: "extra_mime_types 
.xhtml=application/xhtml+xml,.pptx=application/vnd.openxmlformats-officedocument
.presentationml.presentation,.sldx=application/vnd.openxmlformats-officedocument
.presentationml.slide,.ppsx=application/vnd.openxmlformats-officedocument.presen
tationml.slideshow,.potx=application/vnd.openxmlformats-officedocument.presentat
ionml.template,.xlsx=application/vnd.openxmlformats-officedocument.spreadsheetml
.sheet,.xltx=application/vnd.openxmlformats-officedocument.spreadsheetml.templat
e,.docx=application/vnd.openxmlformats-officedocument.wordprocessingml.document,
.dotx=application/vnd.openxmlformats-officedocument.wordprocessingml.template" 
(without the quotes)

What is the expected output? What do you see instead?
mongoose.exe should start without a problem and server the corresponding files 
with correct mime types, but instead it creates a popup window with the error 
saying the config file is invalid.

What version of the product are you using? On what operating system?
mongoose-3.0 windows.

Please provide any additional information below.

Original issue reported on code.google.com by anson....@gmail.com on 23 Feb 2012 at 9:54

GoogleCodeExporter commented 9 years ago
Can't reproduce it on the latest code, Win XP.
Closing. Please wait for the 3.1 release, or move to the HEAD version.

Original comment by valenok on 11 Mar 2012 at 10:35