Hi, I need to serve "*.data" files with a mime type of "application/xml". To this end I have edited the file "war\WEB-INF\web.xml" and added
| <!-- Rannorex reports use .data files which contain xml and require this mime-type --> | <mime-mapping> | <extension>data</extension> | <mime-type>application/xml</mime-type> | </mime-mapping> When I upgraded Jenkins this settings seems to have been lost. Therefore I wonder whether there is another/a better place to configure addiditonal mime types such that they are not lost during Jenkins upgrades. Is there such a place? Thank you for your consideration, Micha Wiedenmann -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
