-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Would it be possible to add a mime definition for .plist files to the web container for war deployments?
I added these lines to the end of war/src/main/webapp/WEB-INF/web.xml:
<mime-mapping>
<extension>plist</extension>
<mime-type>text/xml</mime-type>
</mime-mapping>
Alternatively, it might be nice to have a configurable mime map for build artifacts so that people can manage these things themselves.
Thanks!