#5521 closed defect (invalid)
.jar changes to .zip?
Reported by: | ThurnerRupert | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control | Version: | 0.10.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
in our 0.10.3 instance we have jar files in svn. when having the link "download in original format" it changes the file ending to "zip".
can this be, or we just strangely configured this? because with everything else, like .doc, … the eding stays as it was.
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
uh .. thanks for that hint. will take it up with our genious reconfigurators in the ie-browser-team. does not occur with firefox/opera.
follow-up: 4 comment:3 by , 17 years ago
Milestone: | → 0.11 |
---|---|
Resolution: | invalid |
Status: | closed → reopened |
the answer was:
MIME Type is returned as application/octet-stream instead of application/java-archive
pls close again if this is not to be handled in trac.
comment:4 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Replying to ThurnerRupert:
MIME Type is returned as application/octet-stream instead of application/java-archive
Well, application/octet-stream is the generic MIME type for binary data, so it is correct for .jar files. If you want to get an application/java-archive MIME type for .jar files, add the following to your [mimveviewer] mime_map
setting in TracIni:
application/java-archive:jar
comment:5 by , 16 years ago
Milestone: | 0.11.3 |
---|
… the browser trying to be smart? Which browser are you using and does it also happen with other browsers / on other platforms?