Modify ↓
Opened 17 years ago
Closed 17 years ago
#7630 closed defect (duplicate)
.exe links in file browser result in file with no extension
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.10.4 |
| Severity: | normal | Keywords: | ie |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When I browse to a .exe file stored in SVN, and click the word "downloading" in "HTML preview not available, since the file size exceeds 262144 bytes. Try downloading the file instead." I get this URL:
https://host/trac.cgi/browser/path/to/file.exe?format=raw
but the filename the IE7 chooses for the file is "file" instead of "file.exe". ".dll" has the same issue, but other file types seem to work fine - even other files makred as "svn:mime-type set to application/octet-stream".
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
| Keywords: | ie added |
|---|
comment:2 by , 17 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Works for me with 0.11-stable and IE7.
Not sure if it's because of the use of
/export/file.exeinstead of/browser/file.exe?format=raw, or because of the fixes to the Content-Disposition header. More likely the latter, as I remember having seen such suffix truncations while testing r6935.Closing as duplicate of #6798.