Activity log for bug #981430

Date Who What changed Old value New value Message
2012-04-14 08:17:56 Roman Yepishev bug added bug
2012-04-14 08:37:45 Roman Yepishev description At the moment if a .webm file is uploaded, the mime-type returned from the server is application/octet-stream: Lucid: Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import mimetypes >>> mimetypes.guess_type("blah.webm") (None, None) Precise: Python 2.7.3 (default, Apr 10 2012, 12:29:04) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import mimetypes >>> mimetypes.guess_type("http://ggoogle.com/aaa.webm") ('video/webm', None) This should be fixed by updating /etc/mime.types, preferably by fetching the up-to-date file from precise to support more mimetypes. At the moment if a .webm file is uploaded, the mime-type returned from the server is application/octet-stream: Lucid: Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import mimetypes >>> mimetypes.guess_type("blah.webm") (None, None) Precise: Python 2.7.3 (default, Apr 10 2012, 12:29:04) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import mimetypes >>> mimetypes.guess_type("blah.webm") ('video/webm', None) This should be fixed by updating /etc/mime.types, preferably by fetching the up-to-date file from precise to support more mimetypes.
2012-04-14 08:37:54 Roman Yepishev visibility private public
2012-04-14 17:05:36 Leo Arias ubuntuone-servers: status New Triaged
2012-04-14 17:06:07 Leo Arias ubuntuone-servers: assignee Ubuntu One Foundations+ team (ubuntuone-foundations+)
2012-04-14 17:06:32 Leo Arias tags foundations+