Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - slinger MIME types: Page 1 of 5 (5 Items)
   
slinger MIME types  
I'm not sure where to post this -- can't find any better place, so here goes...

slinger apparently has a set of hard-coded MIME types based on file extension, but it doesn't include some key items 
like .js or .css.  Unfortunately, some modern browsers (e.g., Firefox) are unhappy about this, e.g., if you include a .
css and the MIME type doesn't properly indicate that it's text/css, then it will refuse to import it.  Similarly, 
Firebug won't show you any Javascript because the .js file wasn't marked as text/javascript.

I thought about porting a modern version of Apache, but that seems like major overkill to solve this.

So the questions are, can/will the current source for slinger be made available, and/or can some of the now-common MIME 
types be added to its table, and/or can it have a configurable MIME type table?

Thanks,
lew