Igor Stasenko wrote: > Image is pharo-dev #10259 > > Try following: > > (Installer monticello http: 'http://scribo.aidaweb.si/repository') > install: 'Scribo-np.172'. > > it says that 'unknown' mime type is invalid. > I don't sure if it problem on a server side - Aida, or its because of > changes to MIME.. > > Are 'unknown' mime type string is valid mime type?
AFAIK it is not a legal mime type, so it is a server side problem. It should return a default mime type like application/octet-stream. Having said that, I've changed the code so it converts 'unkown' into 'application/octet-stream'. Available in the inbox as Network-MIME-michael_rueger.8 Michael _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
