Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
NEXUS-4188: Added GZ mime type to explicitly defined ones, to overrid…
Browse files Browse the repository at this point in the history
…e MimeUtil2 defaults (it does returned both, x-compressed and x-gzip, but former was taken "more relevant", see mime until sources for ranking rules). By having this extra line, GZ will be reported as "application/x-=gzip" from now on.

git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/trunk/nexus@7997 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
cstamas committed Apr 12, 2011
1 parent 0e9cc71 commit 4b5fd8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nexus-api/src/main/resources/mime-types.properties
Expand Up @@ -16,3 +16,4 @@ css = text/css
swc = application/x-compressed
zip = application/zip
jnlp = application/x-java-jnlp-file
gz = application/x-gzip

0 comments on commit 4b5fd8f

Please sign in to comment.