Opened 18 years ago
Closed 18 years ago
#98 closed defect (fixed)
PDF mime type lacking on svn.osgeo.org
Reported by: | neteler | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | WebSite | Keywords: | |
Cc: | hobu |
Description
hi,
trying to download
http://svn.osgeo.org/osgeo/journal/volume_1/OSGeoJournal_vol1.pdf
it opens the file contents into the browser itself (showing lots of funny symbols). I assume that a mime type is lacking to avoid this and to tell the browser to save the file/open into application instead.
Above link is used by the OSGeo Journal Team.
Best, Markus
Change History (7)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
That's interesting, the URL opened fine in Safari browser regardless of that property being set.
Hobu did you run that command already?
comment:5 by , 18 years ago
I have now run the command and it doesn't help. I still assume an Apache issue.
comment:6 by , 18 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Priority: | major → normal |
In order to avoid further noise on the sac list on this topic, I'll take this item, since no one else has.
comment:7 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
oops. Markus and I resolved the issue yesterday afternoon but forgot to close the bug :)
For the record,
svn propset svn:mime-type application/x-pdf OSGeoJournal_vol1.pdf svn commit OSGeoJournal_vol1.pdf
Anyone with commit access can issue this command, so it is not a server-side issue.
http://svnbook.red-bean.com/en/1.0/re23.html