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!

          [JENKINS-15123] Add a .plist -> text/xml mime mapping

          There are no comments yet on this issue.

            vjuranek vjuranek
            chriskchew Chris Chew
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: