> Did you mean obsolete in V8 trunk? In the latest stable V7 it is > used by default.
It was added in V7.46. The old stuff is left behind for backward compatibility but will not be enhanced which is what you requested. > It's not clear how to switch to the mode that mime-types to be read > from Windows Registry by default? You drop TMimeTypesList onto the form and attach it to all your server instances, or add it in code. Look at the OverbyteIcsWebServ demo to see how it's attached, and OverbyteIcsMimeDemo allows you to see what MIME types it picks up from the registry and how to modify the list. The registry does include: .svg=image/svg+xml but not application/javascript, although it is in the mime.types files used as an alternative. Or you can add it using the AddContentType method. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be