conf/web.xml please add: <mime-mapping> <extension>wmv</extension> <mime-type>video/x-ms-wmv</mime-type> </mime-mapping>
It seems several mime types are missing... here is another one... <mime-mapping> <extension>mp4</extension> <mime-type>video/mp4</mime-type> </mime-mapping> Here is a nice list to compare against... http://www.feedforall.com/mime-types.htm
I have added these two to svn. They will be included in 5.5.24 and 6.0.12 onwards. If you want to create a patch for any other missing mime-types (I didn't check the link you gave), I'll happily apply it.