michael-o commented on code in PR #848: URL: https://github.com/apache/tomcat/pull/848#discussion_r2068131344
########## conf/web.xml: ########## @@ -3948,6 +3948,10 @@ <extension>trm</extension> <mime-type>application/x-msterminal</mime-type> </mime-mapping> + <mime-mapping> + <extension>ts</extension> + <mime-type>video/mp2t</mime-type> Review Comment: The canonical name seems to be `[video/MP2T](https://www.iana.org/assignments/media-types/video/MP2T)` (I know that it is case-insensitive) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org